Class SerializationCache.EntrySet

    • Constructor Detail

      • EntrySet

        public EntrySet()
    • Method Detail

      • 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)