E - the type to iterate overjava.util.Iterator<E>ResettableListIterator<E>AbstractDualBidiMap.BidiMapIterator, AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator, AbstractSortedMapDecorator.SortedMapIterator, ArrayIterator, ArrayListIterator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyIterator, EmptyListIterator, EmptyMapIterator, EmptyOrderedIterator, EmptyOrderedMapIterator, EntrySetMapIterator, EntrySetToMapIteratorAdapter, ListIteratorWrapper, LoopingIterator, LoopingListIterator, ObjectArrayIterator, ObjectArrayListIterator, ReverseListIterator, SingletonIterator, SingletonListIteratorpublic interface ResettableIterator<E>
extends java.util.Iterator<E>
This interface allows an iterator to be repeatedly reused.
| Modifier and Type | Method | Description |
|---|---|---|
void |
reset() |
Resets the iterator back to the position at which the iterator
was created.
|
Copyright © 2001-2019 - Apache Software Foundation