E
- the type of elements returned by this iteratorpublic 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 © 2006–2022 Apache Software Foundation. All rights reserved.