Class AbstractMapEntry<K,V>

java.lang.Object
org.docx4j.com.google.common.collect.AbstractMapEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Direct Known Subclasses:
ImmutableEntry

@GwtCompatible 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