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