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 Iterator
forEachRemaining, hasNext, next, remove