Class BitmapBatchIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ContainerBatchIterator clone()
      Creates a copy of the iterator.
      boolean hasNext()
      Whether the underlying container is exhausted or not
      int next​(int key, int[] buffer)
      Fills the buffer with values prefixed by the key, and returns how much of the buffer was used.
      void releaseContainer()
      Discard the reference to the container
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait