Set the bit to true
position of the bit, zero-indexed
Returns the number of true bits.
Returns the number of true bits in the number
Returns true if the size and contents are identical.
another BitSet
Returns a JSON-encodable object readable by import.
Returns the value of the bit at the given index
position of the bit, zero-indexed
Returns the index of the maximum bit in the number, or -1 for 0
Returns the maximum true bit.
Constructor. All bits are initially set to false.
the number of bits that can be stored. (This is NOT required to be a multiple of 8.)
Generated using TypeDoc
A memory-efficient Boolean array. Contains just the minimal operations needed for our Bloom filter implementation.
David Leppik