Map.Entry<K,V>
public final class ValueEntry<K,V> extends Object implements Map.Entry<K,V>
ValueEntry(Map.Entry<Value,Value> inner, Form<K> keyForm, Form<V> valueForm)
boolean
equals(Object other)
K
getKey()
V
getValue()
int
hashCode()
setValue(V newValueObject)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ValueEntry(Map.Entry<Value,Value> inner, Form<K> keyForm, Form<V> valueForm)
public K getKey()
getKey
public V getValue()
getValue
public V setValue(V newValueObject)
setValue
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString