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 Summary
Constructors Constructor Description ZoneStringsCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[][]create(Locale locale)Called after a cache miss to compute a value for the corresponding key.-
Methods inherited from class libcore.util.BasicLruCache
entryEvicted, evictAll, get, put, snapshot
-
-
-
-
Method Detail
-
create
protected String[][] create(Locale locale)
Description copied from class:BasicLruCacheCalled 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:
createin classBasicLruCache<Locale,String[][]>
-
-