org.esa.beam.util.math
Class DoubleList.Float
java.lang.Object
org.esa.beam.util.math.DoubleList.Float
- All Implemented Interfaces:
- DoubleList
- Enclosing interface:
- DoubleList
public static class DoubleList.Float
- extends Object
- implements DoubleList
Wraps a DoubleList around an array of primitive floats.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleList.Float
public DoubleList.Float(float[] array)
getSize
public final int getSize()
- Specified by:
getSize in interface DoubleList
getDouble
public final double getDouble(int index)
- Specified by:
getDouble in interface DoubleList
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.