|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResettableListIterator<E>
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 |
---|
void reset()
reset
in interface ResettableIterator<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |