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 classBitSetThis is an optimized version of Java's BitSet.classImmutableBitSetThis 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 voidBitSet. and(WordArray bs)Compute bitwise AND.intBitSet. andcardinality(WordArray bs)Compute cardinality of bitwise AND.voidBitSet. andNot(WordArray bs)Compute bitwise AND NOT.intBitSet. andNotcardinality(WordArray bs)Compute cardinality of bitwise AND NOT.booleanBitSet. intersects(WordArray bs)Checks whether two bitsets intersect.voidBitSet. or(WordArray bs)Compute bitwise OR.intBitSet. orcardinality(WordArray bs)Compute cardinality of bitwise OR.voidBitSet. xor(WordArray bs)Compute bitwise XOR.intBitSet. xorcardinality(WordArray bs)Compute cardinality of bitwise XOR.
-