Uses of Class
com.ibm.icu.number.LocalizedNumberRangeFormatter
Packages that use LocalizedNumberRangeFormatter
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
-
Uses of LocalizedNumberRangeFormatter in com.ibm.icu.number
Subclasses with type arguments of type LocalizedNumberRangeFormatter in com.ibm.icu.numberModifier and TypeClassDescriptionclassA NumberRangeFormatter that has a locale associated with it; this means .formatRange() methods are available.Methods in com.ibm.icu.number that return LocalizedNumberRangeFormatterModifier and TypeMethodDescriptionULocale version of theUnlocalizedNumberRangeFormatter.locale(Locale)setter above.Associate the given locale with the number range formatter.NumberRangeFormatter.withLocale(ULocale locale) Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.NumberRangeFormatter.withLocale(Locale locale) Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.