|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DataStructures.CursorListItr
Linked list implementation of the list iterator using a header node; cursor version.
CursorList
Method Summary | |
void |
advance()
Advance the current position to the next node in the list. |
boolean |
isPastEnd()
Test if the current position is past the end of the list. |
java.lang.Object |
retrieve()
Return the item stored in the current position. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isPastEnd()
public java.lang.Object retrieve()
public void advance()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |