|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoka.lang.Object
moka.util.Entry
Class Entry
represents a LinkedList entry.
Field Summary | |
protected Object |
element
The object linked to this entry. |
protected Entry |
next
The next entry in the LinkedList. |
protected Entry |
previous
The previous entry in the LinkedList. |
Constructor Summary | |
Entry(Object element,
Entry previous,
Entry next)
Creates a new Entry for the specified element. |
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Object element
protected Entry previous
protected Entry next
Constructor Detail |
public Entry(Object element, Entry previous, Entry next)
element
- The specified elementprevious
- The previous entrynext
- The next entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |