Class SerializationCache.EntrySet

All Implemented Interfaces:
Iterable, Collection, Set
Enclosing class:
SerializationCache

public class SerializationCache.EntrySet extends AbstractKeySetBasedMap.EntrySet
A set of entries backed by this map.
  • Constructor Details

    • EntrySet

      public EntrySet()
  • Method Details

    • instantiateEntry

      protected Map.Entry instantiateEntry(Object oKey, Object oValue)
      Factory pattern. Create a Map Entry.
      Overrides:
      instantiateEntry in class AbstractKeyBasedMap.EntrySet
      Parameters:
      oKey - the Entry key (required)
      oValue - the Entry value (optional; lazy loaded if necessary)
      Returns:
      a new instance of an Entry with the specified key and value (if one is provided)