public interface ResettableListIterator extends java.util.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.
|
void reset()
reset
in interface ResettableIterator
Copyright © 2010 - 2020 Adobe. All Rights Reserved