Uses of Class
io.github.jbellis.jvector.util.BitSet
Packages that use BitSet
-
Uses of BitSet in io.github.jbellis.jvector.graph
Methods in io.github.jbellis.jvector.graph that return BitSetConstructors in io.github.jbellis.jvector.graph with parameters of type BitSetModifierConstructorDescriptionSearchResult(SearchResult.NodeScore[] nodes, BitSet visited, int visitedCount) -
Uses of BitSet in io.github.jbellis.jvector.util
Subclasses of BitSet in io.github.jbellis.jvector.utilModifier and TypeClassDescriptionclassABitSetimplementation that offers concurrent reads and writes through anAtomicLongArrayas bit storage.final classBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementingBits.classABitSetimplementation that grows as needed to accommodate set(index) calls.classA bit set that only stores longs that have at least one bit which is set.classA thread-safeBitSetimplementation that grows as needed to accommodate set(index) calls.