Class WrapperCollections.AbstractWrapperEntry<K,V>
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Enclosing class:
WrapperCollections
public abstract static class WrapperCollections.AbstractWrapperEntry<K,V>
extends Object
implements Map.Entry<K,V>, Serializable
Map.Entry implementation which delegates all calls to another Map.Entry.
- Author:
- mf 2007.07.05, rhl 2010.01.26
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractWrapperEntry
(Map.Entry<K, V> entry) Create an AbstractWrapperEntry which delegates to the specified Entry. -
Method Summary
-
Constructor Details
-
AbstractWrapperEntry
-
-
Method Details
-
getDelegate
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-