Class KeyMap.Entry<K,​V>

  • Type Parameters:
    K - Type of the key.
    V - Type of the value.
    Enclosing class:
    KeyMap<K,​V>

    public static final class KeyMap.Entry<K,​V>
    extends Object
    An entry in the hash table.
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()