K
V
public class KV<K,V> extends java.lang.Object
key
value
KV(K key, V value)
getKey()
getValue()
static <K,V> KV<K,V>
of(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final K key
public final V value
public KV(K key, V value)
public static <K,V> KV<K,V> of(K key, V value)
public K getKey()
public V getValue()