|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitSet | |
---|---|
com.googlecode.javaewah.datastructure |
Uses of BitSet in com.googlecode.javaewah.datastructure |
---|
Methods in com.googlecode.javaewah.datastructure that return BitSet | |
---|---|
BitSet |
BitSet.clone()
|
Methods in com.googlecode.javaewah.datastructure with parameters of type BitSet | |
---|---|
void |
BitSet.and(BitSet bs)
Compute bitwise AND. |
int |
BitSet.andcardinality(BitSet bs)
Compute cardinality of bitwise AND. |
void |
BitSet.andNot(BitSet bs)
Compute bitwise AND NOT. |
int |
BitSet.andNotcardinality(BitSet bs)
Compute cardinality of bitwise AND NOT. |
boolean |
BitSet.intersects(BitSet bs)
Checks whether two bitsets intersect. |
void |
BitSet.or(BitSet bs)
Compute bitwise OR. |
int |
BitSet.orcardinality(BitSet bs)
Compute cardinality of bitwise OR. |
void |
BitSet.xor(BitSet bs)
Compute bitwise XOR. |
int |
BitSet.xorcardinality(BitSet bs)
Compute cardinality of bitwise XOR. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |