Package edu.berkeley.nlp.lm.collections
Class TIntMap.Entry
- java.lang.Object
-
- edu.berkeley.nlp.lm.collections.TIntMap.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getKey()
int
getValue()
void
setValue(int newValue)
-
-
-
Method Detail
-
getKey
public T getKey()
-
getValue
public int getValue()
-
setValue
public void setValue(int newValue)
-
-