Uses of Class
com.ibm.icu.number.FormattedNumber
-
Packages that use FormattedNumber Package Description com.ibm.icu.number com.ibm.icu.text -
-
Uses of FormattedNumber in com.ibm.icu.number
Methods in com.ibm.icu.number that return FormattedNumber Modifier and Type Method Description FormattedNumberLocalizedNumberFormatter. format(double input)Format the given float or double to a string using the settings specified in the NumberFormatter fluent setting chain.FormattedNumberLocalizedNumberFormatter. format(long input)Format the given byte, short, int, or long to a string using the settings specified in the NumberFormatter fluent setting chain.FormattedNumberLocalizedNumberFormatter. format(Measure input)Format the givenMeasureorCurrencyAmountto a string using the settings specified in the NumberFormatter fluent setting chain.FormattedNumberLocalizedNumberFormatter. format(Number input)Format the givenBigInteger,BigDecimal, or otherNumberto a string using the settings specified in the NumberFormatter fluent setting chain. -
Uses of FormattedNumber in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type FormattedNumber Modifier and Type Method Description StringPluralRules. select(FormattedNumber number)Given a formatted number, returns the keyword of the first rule that applies to the number.
-