public class TinyBitSet extends Object
Constructor and Description |
---|
TinyBitSet() |
Modifier and Type | Method and Description |
---|---|
int |
cardinality() |
void |
clear(int index) |
boolean |
get(int index) |
int |
length() |
void |
set(int index) |
Copyright © 2018. All rights reserved.