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 BitSetImmutableBitSet. asBitSet()Get a copy of this ImmutableBitSet as a mutable BitSet.static BitSetBitSet. bitmapOf(int... setBits)Return a bitmap with the bit set to true at the given positions.BitSetBitSet. clone()Methods in com.googlecode.javaewah.datastructure with parameters of type BitSet Modifier and Type Method Description booleanImmutableBitSet. intersects(BitSet bs)Checks whether two bitsets intersect.
-