|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.util.LongLinkedList
Nested Class Summary | |
static class |
LongLinkedList.ListItem
|
Field Summary | |
protected int |
count
|
protected LongLinkedList.ListItem |
first
|
protected LongLinkedList.ListItem |
last
|
Constructor Summary | |
LongLinkedList()
|
Method Summary | |
void |
add(long l)
|
boolean |
contains(long l)
|
long[] |
getData()
|
int |
getSize()
|
java.util.Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected LongLinkedList.ListItem first
protected LongLinkedList.ListItem last
protected int count
Constructor Detail |
public LongLinkedList()
Method Detail |
public void add(long l)
public int getSize()
public boolean contains(long l)
public long[] getData()
public java.util.Iterator iterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |