|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ListX.Entry
Represents the entry of each node in the list.
Method Summary | |
---|---|
java.lang.Object |
getElement()
Gets the element stored in the entry. |
boolean |
isOrphan()
Tests whether an entry is an orphan -- being removed from a list. |
ListX.Entry |
next()
|
ListX.Entry |
previous()
|
void |
setElement(java.lang.Object element)
Sets the entry to store the specified element. |
Method Detail |
---|
java.lang.Object getElement()
void setElement(java.lang.Object element)
ListX.Entry next()
ListX.Entry previous()
boolean isOrphan()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |