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) | 
| long[] | getBackingLongArray() | 
| void | setAt(int index,
     int value) | 
| int | size() |