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 BitKeymakeBitKey(int size)Creates aBitKeywith a capacity for a given number of bits.static BitKeymakeBitKey(int size, boolean init)Creates aBitKeywith a capacity for a given number of bits.static BitKeymakeBitKey(BitSet bitSet)
-
-
-
Method Detail
-
makeBitKey
public static BitKey makeBitKey(int size)
Creates aBitKeywith 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 aBitKeywith a capacity for a given number of bits.- Parameters:
size- Number of bits in keyinit- The default value of all bits.
-
-