public class WrappedCloseableIterator<E> extends Object implements org.archive.util.iterator.CloseableIterator<E>
| Constructor and Description |
|---|
WrappedCloseableIterator(Iterator<E> inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2005–2017 IIPC. All rights reserved.