Uses of Class
com.ibm.icu.number.FormattedNumberRange
-
Packages that use FormattedNumberRange Package Description com.ibm.icu.number com.ibm.icu.text -
-
Uses of FormattedNumberRange in com.ibm.icu.number
Methods in com.ibm.icu.number that return FormattedNumberRange Modifier and Type Method Description FormattedNumberRange
NumberRangeFormatterImpl. format(DecimalQuantity quantity1, DecimalQuantity quantity2, boolean equalBeforeRounding)
(package private) FormattedNumberRange
LocalizedNumberRangeFormatter. formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBeforeRounding)
FormattedNumberRange
LocalizedNumberRangeFormatter. formatRange(double first, double second)
Format the given doubles to a string using the settings specified in the NumberRangeFormatter fluent setting chain.FormattedNumberRange
LocalizedNumberRangeFormatter. formatRange(int first, int second)
Format the given integers to a string using the settings specified in the NumberRangeFormatter fluent setting chain.FormattedNumberRange
LocalizedNumberRangeFormatter. formatRange(java.lang.Number first, java.lang.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 FormattedNumberRange Modifier and Type Method Description java.lang.String
PluralRules. select(FormattedNumberRange range)
Given a formatted number range, returns the overall plural form of the range.
-