Package libcore.icu

Class TimeZoneNames.ZoneStringsCache

    • Constructor Detail

      • ZoneStringsCache

        public ZoneStringsCache()
    • Method Detail

      • 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[][]>