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
See Also: