Uses of Class
com.ibm.icu.text.ListFormatter
-
Packages that use ListFormatter Package Description com.ibm.icu.impl.number com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of ListFormatter in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as ListFormatter Modifier and Type Field Description private ListFormatter
MixedUnitLongNameHandler. fListFormatter
A localised list formatter for joining mixed units together. -
Uses of ListFormatter in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type ListFormatter Modifier and Type Field Description private ICUCache<java.lang.String,ListFormatter>
ListFormatter.Cache. cache
Methods in com.ibm.icu.text that return ListFormatter Modifier and Type Method Description ListFormatter
ListFormatter.Cache. get(ULocale locale, java.lang.String style)
static ListFormatter
ListFormatter. getInstance()
Create a list formatter that is appropriate for the default FORMAT locale.static ListFormatter
ListFormatter. getInstance(ULocale locale)
Create a list formatter that is appropriate for a locale.static ListFormatter
ListFormatter. getInstance(ULocale locale, ListFormatter.Type type, ListFormatter.Width width)
Create a list formatter that is appropriate for a locale.static ListFormatter
ListFormatter. getInstance(java.util.Locale locale)
Create a list formatter that is appropriate for a locale.static ListFormatter
ListFormatter. getInstance(java.util.Locale locale, ListFormatter.Type type, ListFormatter.Width width)
Create a list formatter that is appropriate for a locale.private static ListFormatter
ListFormatter.Cache. load(ULocale ulocale, java.lang.String style)
Methods in com.ibm.icu.text with parameters of type ListFormatter Modifier and Type Method Description private void
MeasureFormat. formatMeasuresSlowTrack(ListFormatter listFormatter, java.lang.Appendable appendTo, java.text.FieldPosition fieldPosition, Measure... measures)
-