Class IntKeyMap.Entry<V>

  • Type Parameters:
    V - the value type
    Enclosing class:
    IntKeyMap<V>

    public static final class IntKeyMap.Entry<V>
    extends Object
    A map entry.
    • Method Detail

      • getKey

        public int getKey()
      • getValue

        public V getValue()