|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.NonsyncList
A non synchronized Linked List.
Nested Class Summary | |
class |
NonsyncList.Access
The Enumeration to access the data for the Linked List. |
private class |
NonsyncList.Node
The nodes that hold the data in the linked list. |
Field Summary | |
(package private) NonsyncList.Node |
head
The head of the linked list. |
(package private) NonsyncList.Node |
tail
The tail of the linked list. |
Constructor Summary | |
NonsyncList()
|
Method Summary | |
void |
add(java.lang.Object newdata)
Adds a new node into the linked list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
NonsyncList.Node head
NonsyncList.Node tail
Constructor Detail |
public NonsyncList()
Method Detail |
public void add(java.lang.Object newdata)
newdata
- The data for the new node.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |