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

class ImmutableEntry<K,V> extends AbstractMapEntry<K,V> implements Serializable
An immutable Map.Entry, used both by Maps.immutableEntry(Object, Object) and by other parts of common.collect as a superclass.