public static class Maps.SerializableEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>, java.io.Serializable
Constructor and Description |
---|
SerializableEntry(K key,
V val) |
SerializableEntry(java.util.Map.Entry<K,V> entry) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.util.Map.Entry<K,V> obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
java.lang.String |
toString() |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.