Class TIntMap.Entry

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

public class TIntMap.Entry extends Object
  • Method Details

    • getKey

      public T getKey()
    • getValue

      public int getValue()
    • setValue

      public void setValue(int newValue)