Package com.google.common.reflect
Class MutableTypeToInstanceMap.UnmodifiableEntry<K,V>
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMapEntry<K,V>
com.google.common.reflect.MutableTypeToInstanceMap.UnmodifiableEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
MutableTypeToInstanceMap<B>
private static final class MutableTypeToInstanceMap.UnmodifiableEntry<K,V>
extends ForwardingMapEntry<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelegate()
Returns the backing delegate instance that methods are forwarded to.transformEntries
(Iterator<Map.Entry<K, V>> entries) transformEntries
(Set<Map.Entry<K, V>> entries) 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
-
UnmodifiableEntry
-
-
Method Details
-
transformEntries
-
transformEntries
-
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
-