Class TimeZoneNames.Cache

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Cache()  
    • Constructor Detail

      • Cache

        private Cache()
    • Method Detail

      • createInstance

        protected TimeZoneNames 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,​TimeZoneNames,​ULocale>
        Parameters:
        key - Cache lookup key for the requested instance
        data - Data for the instance creation
        Returns:
        The requested instance