| 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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object o)
public int hashCode()
see also the complete user documentation .