Package com.google.common.collect
Class AbstractBiMap.BiMapEntry
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMapEntry<K,V>
com.google.common.collect.AbstractBiMap.BiMapEntry
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
AbstractBiMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingMapEntry
equals, getKey, getValue, hashCode, standardEquals, standardHashCode, standardToString
Methods inherited from class com.google.common.collect.ForwardingObject
toString
-
Field Details
-
delegate
-
-
Constructor Details
-
BiMapEntry
-
-
Method Details
-
delegate
Description copied from class:ForwardingObject
Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such asForwardingSet.delegate()
. Concrete subclasses override this method to supply the instance being decorated.- Specified by:
delegate
in classForwardingMapEntry<K,
V>
-
setValue
-