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