public class WrappedCloseableIterator<T> extends Object implements CloseableIterator<T>
| Constructor and Description |
|---|
WrappedCloseableIterator() |
WrappedCloseableIterator(Iterator<T> iterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface CloseableIterator<T>Copyright © 2017. All rights reserved.