Class TimeZoneNamesImpl.MZ2TZsCache

  • Enclosing class:
    TimeZoneNamesImpl

    private static class TimeZoneNamesImpl.MZ2TZsCache
    extends SoftCache<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>,​java.lang.String>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MZ2TZsCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.String,​java.lang.String> createInstance​(java.lang.String key, java.lang.String data)
      Creates an instance for the key and data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MZ2TZsCache

        private MZ2TZsCache()
    • Method Detail

      • createInstance

        protected java.util.Map<java.lang.String,​java.lang.String> createInstance​(java.lang.String key,
                                                                                        java.lang.String 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,​java.util.Map<java.lang.String,​java.lang.String>,​java.lang.String>
        Parameters:
        key - Cache lookup key for the requested instance
        data - Data for the instance creation
        Returns:
        The requested instance