Class Pair<K,​V>


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

      • Pair

        public Pair()
      • Pair

        public Pair​(K k,
                    V v)
    • Method Detail

      • setKey

        public void setKey​(K k)
      • setValue

        public void setValue​(V v)
      • set

        public void set​(K k,
                        V v)
      • getKey

        public K getKey()
      • getValue

        public V getValue()