Interface ClosableIteratorWithCount<E>

All Superinterfaces:
AutoCloseable, CloseableIterator<E>, Iterator<E>
All Known Implementing Classes:
ScrollerIteratorAdaptor

public interface ClosableIteratorWithCount<E> extends CloseableIterator<E>
  • Method Details

    • count

      HitCount count()
      Returns:
      An object containing information about the number of hits from the query, ignoring pagination.