Uses of Package
org.wikidata.wdtk.storage.datastructures
Package
Description
Provides classes of basic data structures.
-
ClassDescriptionInterface 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 bit