java.util.IteratorResettableListIteratorAbstractDualBidiMap.BidiMapIterator, AbstractLinkedMap.EntrySetIterator, AbstractLinkedMap.KeySetIterator, AbstractLinkedMap.LinkIterator, AbstractLinkedMap.LinkMapIterator, AbstractLinkedMap.ValuesIterator, ArrayIterator, ArrayListIterator, DualTreeBidiMap.BidiOrderedMapIterator, EmptyIterator, EmptyListIterator, EmptyMapIterator, EmptyOrderedIterator, EmptyOrderedMapIterator, EntrySetMapIterator, ListIteratorWrapper, LoopingIterator, LoopingListIterator, ObjectArrayIterator, ObjectArrayListIterator, ReverseListIterator, SingletonIterator, SingletonListIteratorpublic interface ResettableIterator
extends java.util.Iterator
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-2018 Apache Software Foundation. All Rights Reserved.