public final class Entry<K,V> extends Object implements Map.Entry<K,V>, PublicCloneable<Entry<K,V>>, Serializable
Map.Entry, and can be used as a utility for Map implementations.| Constructor and Description |
|---|
Entry(K k,
V v) |
Entry(Map.Entry<K,V> e) |
| Modifier and Type | Method and Description |
|---|---|
Entry<K,V> |
clone() |
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V v) |
String |
toString()
A sensible toString, for debugging purposes ('<key>=<value>').
|
finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueMMBase 1.9-SNAPSHOT - ${javadoctimestamp}