Uses of Interface
com.googlecode.javaewah.datastructure.WordArray
-
Packages that use WordArray Package Description com.googlecode.javaewah.datastructure -
-
Uses of WordArray in com.googlecode.javaewah.datastructure
Classes in com.googlecode.javaewah.datastructure that implement WordArray Modifier and Type Class Description class
BitSet
This is an optimized version of Java's BitSet.class
ImmutableBitSet
This is an immutable version of the BitSet class in this same package.Methods in com.googlecode.javaewah.datastructure with parameters of type WordArray Modifier and Type Method Description void
BitSet. and(WordArray bs)
Compute bitwise AND.int
BitSet. andcardinality(WordArray bs)
Compute cardinality of bitwise AND.void
BitSet. andNot(WordArray bs)
Compute bitwise AND NOT.int
BitSet. andNotcardinality(WordArray bs)
Compute cardinality of bitwise AND NOT.boolean
BitSet. intersects(WordArray bs)
Checks whether two bitsets intersect.void
BitSet. or(WordArray bs)
Compute bitwise OR.int
BitSet. orcardinality(WordArray bs)
Compute cardinality of bitwise OR.void
BitSet. xor(WordArray bs)
Compute bitwise XOR.int
BitSet. xorcardinality(WordArray bs)
Compute cardinality of bitwise XOR.
-