|
||||||||||
| 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 | |
|---|---|
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(Object element)
Sets the entry to store the specified element. |
| Method Detail |
|---|
Object getElement()
void setElement(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 | |||||||||