Uses of Class
com.googlecode.javaewah.datastructure.BitSet
-
Packages that use BitSet Package Description com.googlecode.javaewah.datastructure -
-
Uses of BitSet in com.googlecode.javaewah.datastructure
Methods in com.googlecode.javaewah.datastructure that return BitSet Modifier and Type Method Description BitSet
ImmutableBitSet. asBitSet()
Get a copy of this ImmutableBitSet as a mutable BitSet.static BitSet
BitSet. bitmapOf(int... setBits)
Return a bitmap with the bit set to true at the given positions.BitSet
BitSet. clone()
Methods in com.googlecode.javaewah.datastructure with parameters of type BitSet Modifier and Type Method Description boolean
ImmutableBitSet. intersects(BitSet bs)
Checks whether two bitsets intersect.
-