Package mondrian.rolap
Class BitKey.Factory
- java.lang.Object
-
- mondrian.rolap.BitKey.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BitKey
makeBitKey(int size)
Creates aBitKey
with a capacity for a given number of bits.static BitKey
makeBitKey(int size, boolean init)
Creates aBitKey
with a capacity for a given number of bits.static BitKey
makeBitKey(BitSet bitSet)
-
-
-
Method Detail
-
makeBitKey
public static BitKey makeBitKey(int size)
Creates aBitKey
with a capacity for a given number of bits.- Parameters:
size
- Number of bits in key
-
makeBitKey
public static BitKey makeBitKey(int size, boolean init)
Creates aBitKey
with a capacity for a given number of bits.- Parameters:
size
- Number of bits in keyinit
- The default value of all bits.
-
-