Uses of Class
io.github.jbellis.jvector.util.BitSet
Packages that use BitSet
-
Uses of BitSet in io.github.jbellis.jvector.util
Subclasses of BitSet in io.github.jbellis.jvector.utilModifier and TypeClassDescriptionfinal 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.