Package org.wikidata.wdtk.storage.datastructures
package org.wikidata.wdtk.storage.datastructures
Provides classes of basic data structures.
- Author:
- Julian Mendez
-
ClassDescriptionInterface for a bit vector.Default implementation of
BitVector
.This is an iterator for a bit vector.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 bitDefault implementation ofRankedBitVector
.