Interface CloseableIterator<E>
- Type Parameters:
E- the type of elements returned by this iterator
- All Superinterfaces:
AutoCloseable,Closeable,Iterator<E>
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove