| Modifier and Type | Method and Description |
|---|---|
BitString |
BitString.clone()
Clones the BitString.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BitString.and(BitString set)
Logically ANDs this bit set with the specified set of bits.
|
void |
BitString.copyBits(BitString set)
Copies the values of the bits in the specified set into this set.
|
boolean |
BitString.intersectionEmpty(BitString other)
Check if the intersection of the two sets is empty
|
boolean |
BitString.or_upTo(BitString set,
int bit)
Logically ORs this bit set with the specified set of bits.
|
boolean |
BitString.or(BitString set)
Logically ORs this bit set with the specified set of bits.
|
boolean |
BitString.xor(BitString set)
Logically XORs this bit set with the specified set of bits.
|
Copyright (c) 2006 C. Scott Ananian