Interface ClosableIteratorWithCount<E>
- All Superinterfaces:
AutoCloseable, CloseableIterator<E>, Iterator<E>
- All Known Implementing Classes:
ScrollerIteratorAdaptor
-
Method Summary
Methods inherited from interface CloseableIterator
closeMethods inherited from interface Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
count
HitCount count()- Returns:
- An object containing information about the number of hits from the query, ignoring pagination.
-