Uses of Interface
org.wikidata.wdtk.storage.datastructures.BitVector
Package
Description
Provides classes of basic data structures.
-
Uses of BitVector in org.wikidata.wdtk.storage.datastructures
Modifier and TypeInterfaceDescriptioninterface
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 bitModifier and TypeClassDescriptionclass
Default implementation ofBitVector
.class
Default implementation ofRankedBitVector
.ModifierConstructorDescriptionBitVectorImpl
(BitVector bitVector) Copy constructor of a bit vector.BitVectorIterator
(BitVector bitVector) Constructs an iterator for a bit vector.RankedBitVectorImpl
(BitVector bitVector) Copy constructor of a ranked bit vector.