Package org.esa.snap.core.util
Class ObjectArray
- java.lang.Object
-
- org.esa.snap.core.util.ObjectArray
-
public final class ObjectArray extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectArray(int min, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
getMaxIndex()
int
getMinIndex()
Object
getObject(int i)
void
set(ObjectArray array)
void
setObject(int i, Object o)
-
-
-
Method Detail
-
getMinIndex
public int getMinIndex()
-
getMaxIndex
public int getMaxIndex()
-
getObject
public Object getObject(int i)
-
setObject
public void setObject(int i, Object o)
-
clear
public void clear()
-
set
public void set(ObjectArray array)
-
-