public class TinyBitSet
extends java.lang.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 (c) 2001 - Apache Software Foundation