Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
Modifier and Type | Method and Description |
---|---|
FormattedNumber |
LocalizedNumberFormatter.format(com.ibm.icu.impl.number.DecimalQuantity fq)
Deprecated.
ICU 60 This API is ICU internal only.
|
FormattedNumber |
LocalizedNumberFormatter.format(double input)
Format the given float or double to a string using the settings specified in the NumberFormatter fluent setting
chain.
|
FormattedNumber |
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.
|
FormattedNumber |
LocalizedNumberFormatter.format(Measure input)
Format the given
Measure or CurrencyAmount to a string using the settings specified in the
NumberFormatter fluent setting chain. |
FormattedNumber |
LocalizedNumberFormatter.format(Number input)
Format the given
BigInteger , BigDecimal , or other Number to a string using the settings
specified in the NumberFormatter fluent setting chain. |
Copyright © 2016 Unicode, Inc. and others.