public class TinyBitSet
extends java.lang.Object
Constructor | Description |
---|---|
TinyBitSet() |
Modifier and Type | Method | Description |
---|---|---|
int |
cardinality() |
|
void |
clear(int index) |
|
boolean |
get(int index) |
|
int |
length() |
|
void |
set(int index) |
Copyright (c) 2001 - Apache Software Foundation