Package libcore.icu

Class TimeZoneNames.ZoneStringsCache

java.lang.Object
libcore.util.BasicLruCache<Locale,​String[][]>
libcore.icu.TimeZoneNames.ZoneStringsCache
Enclosing class:
TimeZoneNames

public static class TimeZoneNames.ZoneStringsCache
extends BasicLruCache<Locale,​String[][]>
  • Constructor Details

    • ZoneStringsCache

      public ZoneStringsCache()
  • Method Details

    • create

      protected String[][] create​(Locale locale)
      Description copied from class: BasicLruCache
      Called after a cache miss to compute a value for the corresponding key. Returns the computed value or null if no value can be computed. The default implementation returns null.
      Overrides:
      create in class BasicLruCache<Locale,​String[][]>