Interface ResultIterator<I>

    • Method Detail

      • close

        void close()
        Close the iterator and immediately release all resources associated with it.
        Specified by:
        close in interface AutoCloseable
      • isClosed

        boolean isClosed()
        Check if the iterator has been closed.