Package mondrian.rolap
Class BitKey.Factory
java.lang.Object
mondrian.rolap.BitKey.Factory
- Enclosing interface:
- BitKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details