Package owl.cinterface
Class CDoubleArrayList
- java.lang.Object
-
- owl.cinterface.CDoubleArrayList
-
public final class CDoubleArrayList extends Object
-
-
Constructor Summary
Constructors Constructor Description CDoubleArrayList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(double value)
double
get(int index)
void
moveToArray(owl.cinterface.CDoubleArray cDoubleArray)
void
set(int index, double value)
int
size()
double[]
toArray()
String
toString()
-