|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cementj.collect.DoubleArrayList
public class DoubleArrayList
Dynamic list for double primitives. This class does NOT implement java.util.List.
Copyright: Delta Vortex Technologies, 2002.
| Constructor Summary | |
|---|---|
DoubleArrayList()
|
|
DoubleArrayList(int initialCapacity)
|
|
DoubleArrayList(int initialCapacity,
int capacityIncrement)
|
|
| Method Summary | |
|---|---|
void |
add(double value)
Adds a value to the end of the list. |
double |
get(int index)
Returns value at specified index from the list. |
int |
length()
Returns length of list. |
double[] |
toArray()
Converts list to an array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleArrayList()
public DoubleArrayList(int initialCapacity)
public DoubleArrayList(int initialCapacity,
int capacityIncrement)
| Method Detail |
|---|
public void add(double value)
value - public double get(int index)
index -
public double[] toArray()
public int length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||