Constructor and Description |
---|
CheckedMapEntry(Map.Entry<A,B> peer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
A |
getKey() |
B |
getValue() |
int |
hashCode() |
B |
setValue(B value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object o)
public int hashCode()
see also the complete user documentation .