Uses of Interface
org.wikidata.wdtk.storage.datastructures.BitVector
Packages that use BitVector
Package
Description
Provides classes of basic data structures.
-
Uses of BitVector in org.wikidata.wdtk.storage.datastructures
Subinterfaces of BitVector in org.wikidata.wdtk.storage.datastructuresModifier and TypeInterfaceDescriptioninterfaceA 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 bitClasses in org.wikidata.wdtk.storage.datastructures that implement BitVectorModifier and TypeClassDescriptionclassDefault implementation ofBitVector.classDefault implementation ofRankedBitVector.Constructors in org.wikidata.wdtk.storage.datastructures with parameters of type BitVectorModifierConstructorDescriptionBitVectorImpl(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.