public static class Maps.SerializableEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
| Constructor and Description |
|---|
SerializableEntry(K key,
V val) |
SerializableEntry(Map.Entry<K,V> entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Map.Entry<K,V> obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equalsCopyright © 2018. All rights reserved.