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, remove
Copyright © 2021 JBoss by Red Hat. All rights reserved.