public interface CloseableIterator<E>
extends java.util.Iterator<E>, java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static <E> CloseableIterator<E> |
emptyIterator() |
void close()
close in interface java.lang.AutoCloseablestatic <E> CloseableIterator<E> emptyIterator()