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 BitSet
BitSet.newInstance()
Static constructor-like method similar to other (generic) collections.Methods in com.carrotsearch.hppc with parameters of type BitSetModifier and TypeMethodDescriptionvoid
void
static long
BitSet.andNotCount
(BitSet a, BitSet b) void
this = this AND otherstatic long
BitSet.intersectionCount
(BitSet a, BitSet b) boolean
BitSet.intersects
(BitSet other) void
void
Remove all elements set in other: this = this AND_NOT othervoid
this = this OR otherstatic long
BitSet.unionCount
(BitSet a, BitSet b) void
this = this XOR otherstatic long
Constructors in com.carrotsearch.hppc with parameters of type BitSet