Package org.esa.snap.core.util.math
Class DoubleList.Byte
- java.lang.Object
-
- org.esa.snap.core.util.math.DoubleList.Byte
-
- All Implemented Interfaces:
DoubleList
- Enclosing interface:
- DoubleList
public static class DoubleList.Byte extends Object implements DoubleList
Wraps aDoubleList
around an array of primitive bytes.
-
-
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 Byte(byte[] 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
-
-