Class ImmutableConciseSet.WordIterator
java.lang.Object
org.apache.druid.extendedset.intset.ImmutableConciseSet.WordIterator
- All Implemented Interfaces:
Cloneable,org.roaringbitmap.IntIterator
- Enclosing class:
ImmutableConciseSet
-
Method Details
-
advanceTo
public void advanceTo(int endCount) -
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceorg.roaringbitmap.IntIterator
-
next
public int next()- Specified by:
nextin interfaceorg.roaringbitmap.IntIterator
-
clone
-