Package | Description |
---|---|
com.googlecode.javaewah.datastructure |
Modifier and Type | Method and Description |
---|---|
BitSet |
BitSet.clone() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All Rights Reserved.