E
- the element type of this iterator@OpenApiAll
public interface CloseableIterator<E>
extends java.util.Iterator<E>
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the iterator
|
boolean |
isClosed()
Checks whether the iterator is closed
|