Interface CloseableIteration<E>

    • Method Detail

      • stream

        default Stream<E> stream()
        Convert the results to a Java 8 Stream.
        Returns:
        stream
      • close

        void close()
        Closes this iteration, freeing any resources that it is holding. If the iteration has already been closed then invoking this method has no effect.
        Specified by:
        close in interface AutoCloseable