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 final void setKey​(K k)
      • setValue

        public final void setValue​(V v)
      • set

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

        public final K getKey()
      • getValue

        public final V getValue()