Class Pair<K,​V>


  • public class Pair<K,​V>
    extends Object
    • Constructor Detail

      • Pair

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

      • getKey

        public K getKey()
      • getValue

        public V getValue()