E
- the type to iterate overpublic interface ResettableListIterator<E> extends ListIterator<E>, ResettableIterator<E>, OrderedIterator<E>
This interface allows an iterator to be repeatedly reused.
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
reset
hasPrevious, previous
forEachRemaining
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.