mondrian.rolap
Class BitKey.Factory

java.lang.Object
  extended by mondrian.rolap.BitKey.Factory
Enclosing interface:
BitKey

public abstract static class BitKey.Factory
extends Object

 

Constructor Summary
BitKey.Factory()
           
 
Method Summary
static BitKey makeBitKey(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

BitKey.Factory

public BitKey.Factory()
Method Detail

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.


SourceForge.net_Logo