Interface BulkIterator<V>

    • Method Detail

      • fetch

        void fetch​(java.lang.Object[] into,
                   int offset,
                   int count)
      • next

        V next()
      • close

        default void close()
        Specified by:
        close in interface java.lang.AutoCloseable