Package com.google.common.collect
Class ImmutableEntry<K,V>
java.lang.Object
com.google.common.collect.AbstractMapEntry<K,V>
com.google.common.collect.ImmutableEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Direct Known Subclasses:
HashBiMap.BiEntry
,ImmutableMapEntry
,LinkedHashMultimap.ValueEntry
An immutable
Map.Entry
, used both by Maps.immutableEntry(Object, Object)
and by other parts of
common.collect
as a superclass.-
Field Details
-
key
-
value
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ImmutableEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-