Uses of Class
com.ibm.icu.number.LocalizedNumberRangeFormatter
Packages that use LocalizedNumberRangeFormatter
-
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 TypeMethodDescription(package private) LocalizedNumberRangeFormatterULocale 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.