public final class BitSet
extends java.lang.Object
Constructor and Description |
---|
BitSet(int cardinality) |
Modifier and Type | Method and Description |
---|---|
void |
add(int id) |
void |
clear() |
boolean |
contains(int id) |
int |
getArraySize() |
int |
getCardinality() |
void |
remove(int id) |