- get
- clear
- nextSetBit
Returns the index of the first bit that is set to true that occurs on or after
the specified startin
- set
- <init>
- cardinality
- equals
- intersects
Returns true if the specified BitVector has any bits set to true that are also
set to true in this B
- isEmpty
- length
Returns the "logical size" of this bitset: the index of the highest set bit in
the bitset plus one.
- or
Performs a logical OR of this bit set with the bit set argument. This bit set is
modified so that a
- toIntBag
Decodes the set bits as integers. The destination IntBag is reset before the
bits are transposed.