| Constructor and Description | 
|---|
Factory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static BitKey | 
makeBitKey(BitSet bitSet)
 | 
static BitKey | 
makeBitKey(int size)
Creates a  
BitKey with a capacity for a given number of bits. | 
static BitKey | 
makeBitKey(int size,
          boolean init)
Creates a  
BitKey with a capacity for a given number of bits. | 
public static BitKey makeBitKey(int size)
BitKey with a capacity for a given number of bits.size - Number of bits in keypublic static BitKey makeBitKey(int size, boolean init)
BitKey with a capacity for a given number of bits.size - Number of bits in keyinit - The default value of all bits.