Class BulkIterator.Adapter<V>

  • All Implemented Interfaces:
    java.lang.AutoCloseable, BulkIterator<V>
    Enclosing interface:
    BulkIterator<V>

    public static class BulkIterator.Adapter<V>
    extends java.lang.Object
    implements BulkIterator<V>
    • Method Detail

      • fetch

        public void fetch​(java.lang.Object[] into,
                          int offset,
                          int count)
        Specified by:
        fetch in interface BulkIterator<V>
      • hasNext

        public boolean hasNext()