public static final class KeyValue.Implementation<K,V> extends Object implements KeyValue<K,V>
KeyValue.Implementation<K,V>
Implementation(K key, V value)
K
key()
String
toString()
V
value()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
New
public Implementation(K key, V value)
public K key()
key
KeyValue<K,V>
public V value()
value
public String toString()
toString
Object
[key -> value]