Package | Description |
---|---|
java.util |
Modifier and Type | Method and Description |
---|---|
BitSet |
BitSet.get(int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
void |
BitSet.and(BitSet bitset) |
void |
BitSet.andNot(BitSet bs) |
boolean |
BitSet.intersects(BitSet set) |
void |
BitSet.or(BitSet bitset) |
void |
BitSet.xor(BitSet bitset) |