Class BitSetIterator

java.lang.Object
com.carrotsearch.hppc.BitSetIterator

public class BitSetIterator extends Object
An iterator to iterate over set bits in an BitSet. This is faster than nextSetBit() for iterating over the complete set of bits, especially when the density of the bits set is high.
  • Field Details

  • Constructor Details

    • BitSetIterator

      public BitSetIterator(BitSet obs)
    • BitSetIterator

      public BitSetIterator(long[] bits, int numWords)
  • Method Details

    • nextSetBit

      public int nextSetBit()