public interface ResettableListIterator extends ListIterator, ResettableIterator
This interface allows an iterator to be repeatedly reused.
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the iterator back to the position at which the iterator
was created.
|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setvoid reset()
reset in interface ResettableIteratorCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.