public class BitArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
arraySize |
private int |
bitsPerEntry |
private long[] |
longArray |
private long |
maxEntryValue |
Constructor and Description |
---|
BitArray(int bitsPerEntryIn,
int arraySizeIn) |
Modifier and Type | Method and Description |
---|---|
int |
getAt(int index) |
long[] |
getBackingLongArray() |
void |
setAt(int index,
int value) |
int |
size() |