java.lang.Object
com.carrotsearch.hppc.BitSetIterator
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_MORE
public static final int NO_MORE- See Also:
-
-
Constructor Details
-
BitSetIterator
-
BitSetIterator
public BitSetIterator(long[] bits, int numWords)
-
-
Method Details
-
nextSetBit
public int nextSetBit()
-