edu.berkeley.nlp.lm.collections
Class TIntMap.Entry

java.lang.Object
  extended by edu.berkeley.nlp.lm.collections.TIntMap.Entry
Enclosing class:
TIntMap<T extends Comparable>

public class TIntMap.Entry
extends Object


Method Summary
 T getKey()
           
 int getValue()
           
 void setValue(int newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public T getKey()

getValue

public int getValue()

setValue

public void setValue(int newValue)