Package org.esa.snap.core.util
Class ObjectArray
java.lang.Object
org.esa.snap.core.util.ObjectArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
int
getObject
(int i) void
set
(ObjectArray array) void
-
Constructor Details
-
ObjectArray
public ObjectArray(int min, int max)
-
-
Method Details
-
getMinIndex
public int getMinIndex() -
getMaxIndex
public int getMaxIndex() -
getObject
-
setObject
-
clear
public void clear() -
set
-