See: Description
| Interface | Description |
|---|---|
| BitVector |
Interface for a bit vector.
|
| RankedBitVector |
A ranked bit vector provides operations to compute:
rank (
RankedBitVector.countBits(boolean, long)): number of occurrences of a bit
at a certain position
select (RankedBitVector.findPosition(boolean, long)): position of the
n-th occurrence of a certain bit
|
| Class | Description |
|---|---|
| BitVectorImpl |
Default implementation of
BitVector. |
| BitVectorIterator |
This is an iterator for a bit vector.
|
| RankedBitVectorImpl |
Default implementation of
RankedBitVector. |
Copyright © 2014–2022 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage