Package com.google.common.collect
Class AbstractMapEntry<K,V>
java.lang.Object
com.google.common.collect.AbstractMapEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Direct Known Subclasses:
CompactHashMap.MapEntry
,ImmutableEntry
,LinkedListMultimap.Node
,MapMakerInternalMap.WriteThroughEntry
,TreeRangeMap.RangeMapEntry
Implementation of the
equals
, hashCode
, and toString
methods of
Entry
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractMapEntry
AbstractMapEntry()
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
Returns a string representation of the form{key}={value}
.
-