class ImmutableEntry<K,V> extends AbstractMapEntry<K,V> implements java.io.Serializable
Maps.immutableEntry(Object, Object)
Modifier and Type | Field and Description |
---|---|
(package private) K |
key |
private static long |
serialVersionUID |
(package private) V |
value |
Constructor and Description |
---|
ImmutableEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
equals, hashCode, toString
final K key
final V value
private static final long serialVersionUID