mondrian.rolap
Class BitKey.Factory
java.lang.Object
mondrian.rolap.BitKey.Factory
- Enclosing interface:
- BitKey
public abstract static class BitKey.Factory
- extends Object
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitKey.Factory
public BitKey.Factory()
makeBitKey
public static BitKey makeBitKey(int size)
- Creates a
BitKey
with a capacity for a given number of bits.
- Parameters:
size
- Number of bits in key
makeBitKey
public static BitKey makeBitKey(BitSet bitSet)
- Creates a
BitKey
with the same contents as a BitSet
.