Uses of Class
com.ibm.icu.number.FormattedNumberRange
Packages that use FormattedNumberRange
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
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 FormattedNumberRange in com.ibm.icu.number
Methods in com.ibm.icu.number that return FormattedNumberRangeModifier and TypeMethodDescriptionLocalizedNumberRangeFormatter.formatRange
(double first, double second) Format the given doubles to a string using the settings specified in the NumberRangeFormatter fluent setting chain.LocalizedNumberRangeFormatter.formatRange
(int first, int second) Format the given integers to a string using the settings specified in the NumberRangeFormatter fluent setting chain.LocalizedNumberRangeFormatter.formatRange
(Number first, Number second) Format the given Numbers to a string using the settings specified in the NumberRangeFormatter fluent setting chain. -
Uses of FormattedNumberRange in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type FormattedNumberRangeModifier and TypeMethodDescriptionPluralRules.select
(FormattedNumberRange range) Given a formatted number range, returns the overall plural form of the range.