|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResetableIterator<E>
This interface makes an Iterator
resetable.
Method Summary | |
---|---|
void |
reset()
Sets the Iterator back to the first retrieved element,
the seen sequence of elements must be repeated. |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
void reset()
Iterator
back to the first retrieved element,
the seen sequence of elements must be repeated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |