|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.rolap.BitKey.Factory
public abstract static class BitKey.Factory
Constructor Summary | |
---|---|
BitKey.Factory()
|
Method Summary | |
---|---|
static BitKey |
makeBitKey(java.util.BitSet bitSet)
Creates a BitKey with the same contents as a BitSet . |
static BitKey |
makeBitKey(int size)
Creates a BitKey with a capacity for a given number of bits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BitKey.Factory()
Method Detail |
---|
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(java.util.BitSet bitSet)
BitKey
with the same contents as a BitSet
.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |