Package com.ibm.icu.text
Class ListFormatter.Cache
- java.lang.Object
-
- com.ibm.icu.text.ListFormatter.Cache
-
- Enclosing class:
- ListFormatter
private static class ListFormatter.Cache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ICUCache<java.lang.String,ListFormatter>
cache
-
Constructor Summary
Constructors Modifier Constructor Description private
Cache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFormatter
get(ULocale locale, java.lang.String style)
private static ListFormatter
load(ULocale ulocale, java.lang.String style)
-
-
-
Field Detail
-
cache
private final ICUCache<java.lang.String,ListFormatter> cache
-
-
Method Detail
-
get
public ListFormatter get(ULocale locale, java.lang.String style)
-
load
private static ListFormatter load(ULocale ulocale, java.lang.String style)
-
-