Class Pair<K,​V>


  • public class Pair<K,​V>
    extends Object
    Since:
    1.0
    Author:
    Oliver Krauss
    • Constructor Detail

      • Pair

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

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setKey

        public void setKey​(K key)
      • setValue

        public void setValue​(V value)