Class KeyIterator

java.lang.Object
org.roaringbitmap.art.KeyIterator
All Implemented Interfaces:
Iterator<byte[]>

public class KeyIterator extends Object implements Iterator<byte[]>
  • Constructor Details

    • KeyIterator

      public KeyIterator(Art art, Containers containers)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<byte[]>
    • next

      public byte[] next()
      Specified by:
      next in interface Iterator<byte[]>
    • currentContainerIdx

      public long currentContainerIdx()
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<byte[]>