Uses of Class
com.googlecode.javaewah.datastructure.BitSet
Packages that use BitSet
-
Uses of BitSet in com.googlecode.javaewah.datastructure
Methods in com.googlecode.javaewah.datastructure that return BitSetModifier and TypeMethodDescriptionImmutableBitSet.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.clone()
Methods in com.googlecode.javaewah.datastructure with parameters of type BitSetModifier and TypeMethodDescriptionboolean
ImmutableBitSet.intersects(BitSet bs)
Checks whether two bitsets intersect.