Package com.ibm.icu.number
Class CurrencyRounder
- java.lang.Object
-
- com.ibm.icu.number.Precision
-
- com.ibm.icu.number.CurrencyPrecision
-
- com.ibm.icu.number.CurrencyRounder
-
- All Implemented Interfaces:
java.lang.Cloneable
@Deprecated public abstract class CurrencyRounder extends CurrencyPrecision
Deprecated.ICU 62 UseCurrencyPrecision
instead. This class is for backwards compatibility and will be removed in ICU 64. See http://bugs.icu-project.org/trac/ticket/13746
-
-
Method Summary
-
Methods inherited from class com.ibm.icu.number.CurrencyPrecision
withCurrency
-
Methods inherited from class com.ibm.icu.number.Precision
apply, clone, currency, fixedDigits, fixedFraction, fixedSignificantDigits, increment, integer, maxDigits, maxFraction, maxSignificantDigits, minDigits, minFraction, minMaxDigits, minMaxFraction, minMaxSignificantDigits, minSignificantDigits, unlimited, withMode, withMode
-
-