public class CompactingBitSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bits |
Constructor and Description |
---|
CompactingBitSet(int bits) |
Modifier and Type | Method and Description |
---|---|
void |
append(int value) |
void |
ensureCapacityBits(int totalBits) |
void |
ensureCapacityValues(int values) |
byte[] |
getBytes() |