Class TimeZoneGenericNames.Cache

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Cache()  
    • Constructor Detail

      • Cache

        private Cache()
    • Method Detail

      • createInstance

        protected TimeZoneGenericNames createInstance​(java.lang.String key,
                                                      ULocale data)
        Description copied from class: CacheBase
        Creates an instance for the key and data. Must be overridden.
        Specified by:
        createInstance in class CacheBase<java.lang.String,​TimeZoneGenericNames,​ULocale>
        Parameters:
        key - Cache lookup key for the requested instance
        data - Data for the instance creation
        Returns:
        The requested instance