Class Entry<K,​V>

    • Constructor Detail

      • Entry

        public Entry()
      • Entry

        public Entry​(K key,
                     V value)
    • Method Detail

      • getKey

        public K getKey()
      • setKey

        public void setKey​(K key)
      • getValue

        public V getValue()
      • setValue

        public void setValue​(V value)