public interface ResettableIterator<E> extends Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the iterator so that you can iterate over all elements from your current position.
|
forEachRemaining, hasNext, next, removeCopyright © 2022 The Apache Software Foundation. All rights reserved.