类 KeyIterator

java.lang.Object
org.bitlap.roaringbitmap.art.KeyIterator
所有已实现的接口:
Iterator<byte[]>

public class KeyIterator extends Object implements Iterator<byte[]>
  • 构造器详细资料

    • KeyIterator

      public KeyIterator(Art art, Containers containers)
  • 方法详细资料

    • hasNext

      public boolean hasNext()
      指定者:
      hasNext 在接口中 Iterator<byte[]>
    • next

      public byte[] next()
      指定者:
      next 在接口中 Iterator<byte[]>
    • currentContainerIdx

      public long currentContainerIdx()
    • remove

      public void remove()
      指定者:
      remove 在接口中 Iterator<byte[]>