Package llnl.gnem.core.util
Class NumericalList.DoubleList
java.lang.Object
llnl.gnem.core.util.NumericalList.DoubleList
- All Implemented Interfaces:
NumericalList
- Enclosing interface:
- NumericalList
-
Nested Class Summary
Nested classes/interfaces inherited from interface llnl.gnem.core.util.NumericalList
NumericalList.DoubleList, NumericalList.FloatList, NumericalList.NumberList
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DoubleList
public DoubleList(double[] data)
-
-
Method Details
-
get
public double get(int i) - Specified by:
get
in interfaceNumericalList
-
set
public void set(int i, double value) - Specified by:
set
in interfaceNumericalList
-
size
public int size()- Specified by:
size
in interfaceNumericalList
-
copy
- Specified by:
copy
in interfaceNumericalList
-