| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--weiss.nonstandard.LinkedListIterator
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.  | 
 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 isValid()
public java.lang.Object retrieve()
public void advance()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||