public interface ResettableIterator<E> extends Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the iterator so you can re-iterate over all elements.
|
forEachRemaining, hasNext, next, removeCopyright © 2020 The Apache Software Foundation. All Rights Reserved.