Uses of Class
com.ibm.icu.number.CurrencyPrecision
-
Packages that use CurrencyPrecision Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of CurrencyPrecision in com.ibm.icu.number
Subclasses of CurrencyPrecision in com.ibm.icu.number Modifier and Type Class Description (package private) static class
Precision.CurrencyRounderImpl
Methods in com.ibm.icu.number that return CurrencyPrecision Modifier and Type Method Description (package private) static CurrencyPrecision
Precision. constructCurrency(Currency.CurrencyUsage usage)
static CurrencyPrecision
Precision. currency(Currency.CurrencyUsage currencyUsage)
Show numbers rounded and padded according to the rules for the currency unit.Methods in com.ibm.icu.number with parameters of type CurrencyPrecision Modifier and Type Method Description (package private) static Precision
Precision. constructFromCurrency(CurrencyPrecision base_, Currency currency)
-