|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweiss.nonstandard.LinkedListIterator<AnyType>
public class LinkedListIterator<AnyType>
Linked list implementation of the list iterator using a header node.
LinkedList
Method Summary | |
---|---|
void |
advance()
Advance the current position to the next node in the list. |
boolean |
isValid()
Test if the current position is a valid position in the list. |
AnyType |
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 isValid()
public AnyType retrieve()
public void advance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |