public class BitArray
extends java.lang.Object
Constructor and Description |
---|
BitArray(int bitsPerEntryIn,
int arraySizeIn) |
Modifier and Type | Method and Description |
---|---|
int |
getAt(int index)
Gets the entry at the given index
|
long[] |
getBackingLongArray()
Gets the long array that is used to store the data in this BitArray.
|
void |
setAt(int index,
int value)
Sets the entry at the given location to the given value
|
int |
size() |
public void setAt(int index, int value)
public int getAt(int index)
public long[] getBackingLongArray()
public int size()