Constructor and Description |
---|
BuiltinBitSet(int nbits)
Creates a new bit set.
|
Modifier and Type | Method and Description |
---|---|
void |
clear(int index)
Sets the bit specified by the index to
false . |
boolean |
get(int index) |
void |
set(int index)
Sets the bit at the specified index to
true . |
int |
size() |
public BuiltinBitSet(int nbits)
false
.nbits
- the number of bitsCopyright © 2023. All Rights Reserved.