Class KeyValue<K,​V>


  • public class KeyValue<K,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValue()  
      KeyValue​(K key, V value)  
    • Constructor Detail

      • KeyValue

        public KeyValue()
      • KeyValue

        public KeyValue​(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)