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