public interface ResettableIterator<E> extends Iterator<E>
Modifier and Type | Method and Description |
---|---|
void |
reset()
Resets the iterator.
|
forEachRemaining, hasNext, next, remove
void reset() throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.