Class Calendar.WeekDataCache

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WeekDataCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Calendar.WeekData 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

      • WeekDataCache

        private WeekDataCache()
    • Method Detail

      • createInstance

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