Interface ResettableIterator<E>
-
- All Superinterfaces:
Iterator<E>
- All Known Implementing Classes:
ArrayResettableIterator,MultiResettableIterator,RepeatableIteratorWrapper,UpdatableIterator
public interface ResettableIterator<E> extends Iterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Resets the iterator so that you can iterate over all elements from your current position.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-