public class BitSet
extends java.lang.Object
| Constructor and Description |
|---|
BitSet(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(int bitIndex) |
boolean[] |
getData() |
int |
length() |
void |
set(int bitIndex,
boolean value) |
int |
size() |