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

abstract class AbstractMapEntry<K,V> extends Object implements Map.Entry<K,V>
Implementation of the equals, hashCode, and toString methods of Entry.
  • Constructor Details

    • AbstractMapEntry

      AbstractMapEntry()
  • Method Details