Uses of Class
com.carrotsearch.hppc.BitSet
Packages that use BitSet
-
Uses of BitSet in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return BitSetModifier and TypeMethodDescriptionstatic BitSetBitSet.newInstance()Static constructor-like method similar to other (generic) collections.Methods in com.carrotsearch.hppc with parameters of type BitSetModifier and TypeMethodDescriptionvoidvoidstatic longBitSet.andNotCount(BitSet a, BitSet b) voidthis = this AND otherstatic longBitSet.intersectionCount(BitSet a, BitSet b) booleanBitSet.intersects(BitSet other) voidvoidRemove all elements set in other: this = this AND_NOT othervoidthis = this OR otherstatic longBitSet.unionCount(BitSet a, BitSet b) voidthis = this XOR otherstatic longConstructors in com.carrotsearch.hppc with parameters of type BitSet