edu.berkeley.nlp.lm.array
Class LongArray.StaticMethods

java.lang.Object
  extended by edu.berkeley.nlp.lm.array.LongArray.StaticMethods
Enclosing class:
LongArray

public static final class LongArray.StaticMethods
extends Object


Constructor Summary
LongArray.StaticMethods()
           
 
Method Summary
static LongArray newLongArray(long maxKeySize, long maxNumKeys)
           
static LongArray newLongArray(long maxKeySize, long maxNumKeys, long initCapacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongArray.StaticMethods

public LongArray.StaticMethods()
Method Detail

newLongArray

public static LongArray newLongArray(long maxKeySize,
                                     long maxNumKeys)

newLongArray

public static LongArray newLongArray(long maxKeySize,
                                     long maxNumKeys,
                                     long initCapacity)