Uses of Class
com.ibm.icu.number.FormattedNumber
Packages that use FormattedNumber
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 FormattedNumber in com.ibm.icu.number
Methods in com.ibm.icu.number that return FormattedNumberModifier and TypeMethodDescriptionLocalizedNumberFormatter.format
(double input) Format the given float or double to a string using the settings specified in the NumberFormatter fluent setting chain.LocalizedNumberFormatter.format
(long input) Format the given byte, short, int, or long to a string using the settings specified in the NumberFormatter fluent setting chain.Format the givenMeasure
orCurrencyAmount
to a string using the settings specified in the NumberFormatter fluent setting chain.Format the givenBigInteger
,BigDecimal
, or otherNumber
to 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 FormattedNumberModifier and TypeMethodDescriptionPluralRules.select
(FormattedNumber number) Given a formatted number, returns the keyword of the first rule that applies to the number.