public interface ResultIterator<I> extends QueryResult, Iterator<I>
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
forEachRemaining, hasNext, next, remove