public abstract class CloseableIterator<T> extends Object implements Iterator<T>, Closeable
| Constructor and Description |
|---|
CloseableIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract void |
closeInt() |
protected void |
finalize() |
void |
remove() |
boolean |
wasClosed() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, nextpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean wasClosed()
protected abstract void closeInt()
Copyright © 2015. All rights reserved.