edu.berkeley.nlp.lm.collections
Class AbstractTMap.Functionality<T extends Comparable>

java.lang.Object
  extended by edu.berkeley.nlp.lm.collections.AbstractTMap.Functionality<T>
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractTMap<T extends Comparable>

public static class AbstractTMap.Functionality<T extends Comparable>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractTMap.Functionality()
           
 
Method Summary
 T[] createArray(int n)
           
 T intern(T x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTMap.Functionality

public AbstractTMap.Functionality()
Method Detail

createArray

public T[] createArray(int n)

intern

public T intern(T x)