Class KeyValue<K,​V>

  • Type Parameters:
    K -
    V -

    public class KeyValue<K,​V>
    extends Object
    A class for holding Key-Value data.
    • Constructor Detail

      • KeyValue

        public KeyValue​(K k,
                        V v)
      • KeyValue

        public KeyValue()
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setKey

        public void setKey​(K k)
      • setValue

        public void setValue​(V v)