Class ImmutableConciseSet.WordIterator

  • All Implemented Interfaces:
    Cloneable, org.roaringbitmap.IntIterator
    Enclosing class:
    ImmutableConciseSet

    public class ImmutableConciseSet.WordIterator
    extends Object
    implements org.roaringbitmap.IntIterator, Cloneable
    • Method Detail

      • advanceTo

        public void advanceTo​(int endCount)
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface org.roaringbitmap.IntIterator
      • next

        public int next()
        Specified by:
        next in interface org.roaringbitmap.IntIterator