Class TIntMap.Entry

  • Enclosing class:
    TIntMap<T extends java.lang.Comparable>

    public class TIntMap.Entry
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)