public interface ResultIterator<I> extends QueryResult, java.util.Iterator<I>, java.lang.AutoCloseable
Implementors should not allow modifications to the iterator, ie.
it is not allowed to call the Iterator.remove()
method.
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the iterator and immediately release all resources
associated with it.
|
boolean |
isClosed()
Check if the iterator has been closed.
|
getTotalCount