Uses of Class
com.ibm.icu.text.ListFormatter
Packages that use ListFormatter
-
Uses of ListFormatter in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as ListFormatterModifier and TypeFieldDescriptionprivate ListFormatterMixedUnitLongNameHandler.fListFormatterA 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 ListFormatterModifier and TypeFieldDescriptionprivate final ICUCache<String, ListFormatter> ListFormatter.Cache.cacheMethods in com.ibm.icu.text that return ListFormatterModifier and TypeMethodDescriptionstatic ListFormatterListFormatter.getInstance()Create a list formatter that is appropriate for the default FORMAT locale.static ListFormatterListFormatter.getInstance(ULocale locale) Create a list formatter that is appropriate for a locale.static ListFormatterListFormatter.getInstance(ULocale locale, ListFormatter.Type type, ListFormatter.Width width) Create a list formatter that is appropriate for a locale.static ListFormatterListFormatter.getInstance(Locale locale) Create a list formatter that is appropriate for a locale.static ListFormatterListFormatter.getInstance(Locale locale, ListFormatter.Type type, ListFormatter.Width width) Create a list formatter that is appropriate for a locale.private static ListFormatterMethods in com.ibm.icu.text with parameters of type ListFormatterModifier and TypeMethodDescriptionprivate voidMeasureFormat.formatMeasuresSlowTrack(ListFormatter listFormatter, Appendable appendTo, FieldPosition fieldPosition, Measure... measures)