|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a list iterator that can be reset back to an initial state.
This interface allows an iterator to be repeatedly reused.
Method Summary | |
void |
reset()
Resets the iterator back to the position at which the iterator was created. |
Methods inherited from interface java.util.ListIterator |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
public void reset()
reset
in interface ResettableIterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |