Package org.roaringbitmap.art
Class KeyIterator
java.lang.Object
org.roaringbitmap.art.KeyIterator
- All Implemented Interfaces:
Iterator<byte[]>
-
Constructor Details
-
KeyIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public byte[] next() -
peekNext
public byte[] peekNext() -
nextKey
public long nextKey() -
currentContainerIdx
public long currentContainerIdx() -
remove
public void remove()
-