Package com.tangosol.util
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.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractWrapperEntry
(Map.Entry<K, V> entry) Create an AbstractWrapperEntry which delegates to the specified Entry. -
Method Summary
-
Constructor Details
-
AbstractWrapperEntry
Create an AbstractWrapperEntry which delegates to the specified Entry.- Parameters:
entry
- the Entry to delegate all calls to
-
-
Method Details
-
getDelegate
Return the Map to which all operations should be delegated to.- Returns:
- the wrapped Map
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-