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 Details

    • AbstractWrapperEntry

      protected AbstractWrapperEntry(Map.Entry<K,V> entry)
      Create an AbstractWrapperEntry which delegates to the specified Entry.
      Parameters:
      entry - the Entry to delegate all calls to
  • Method Details