Package org.esa.snap.core.util.math
Class DoubleList.Int
- java.lang.Object
-
- org.esa.snap.core.util.math.DoubleList.Int
-
- All Implemented Interfaces:
DoubleList
- Enclosing interface:
- DoubleList
public static class DoubleList.Int extends Object implements DoubleList
Wraps aDoubleList
around an array of primitive ints.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.esa.snap.core.util.math.DoubleList
DoubleList.Byte, DoubleList.Double, DoubleList.Float, DoubleList.Int, DoubleList.Long, DoubleList.Short, DoubleList.UByte, DoubleList.UInt, DoubleList.ULong, DoubleList.UShort
-
-
Constructor Summary
Constructors Constructor Description Int(int[] array)
-
-
-
Method Detail
-
getSize
public final int getSize()
- Specified by:
getSize
in interfaceDoubleList
-
getDouble
public final double getDouble(int index)
- Specified by:
getDouble
in interfaceDoubleList
-
-