|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectlinkedList.DoubleList
public class DoubleList
Constructor Summary | |
---|---|
DoubleList()
|
Method Summary | |
---|---|
void |
clear()
|
static DoubleList |
copy(DoubleListIterator iter)
|
double |
current()
|
boolean |
hasNext()
|
void |
insert(double value)
|
DoubleListIterator |
iterator()
|
int |
length()
|
void |
moveToHead()
|
double |
next()
|
void |
remove()
|
double[] |
toDoubleArray()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleList()
Method Detail |
---|
public void insert(double value)
public double next()
public double current()
public void remove()
public void clear()
public int length()
public void moveToHead()
public boolean hasNext()
public DoubleListIterator iterator()
public static DoubleList copy(DoubleListIterator iter)
public double[] toDoubleArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |