Package com.ibm.icu.number
Class Precision.BogusRounder
- java.lang.Object
-
- com.ibm.icu.number.Precision
-
- com.ibm.icu.number.Precision.BogusRounder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.number.Precision
Precision.BogusRounder, Precision.CurrencyRounderImpl, Precision.FracSigRounderImpl, Precision.FractionRounderImpl, Precision.IncrementFiveRounderImpl, Precision.IncrementOneRounderImpl, Precision.IncrementRounderImpl, Precision.InfiniteRounderImpl, Precision.SignificantRounderImpl
-
-
Field Summary
-
Fields inherited from class com.ibm.icu.number.Precision
BOGUS_PRECISION, COMPACT_STRATEGY, DEFAULT_MAX_FRAC_6, FIXED_FRAC_0, FIXED_FRAC_2, FIXED_SIG_2, FIXED_SIG_3, mathContext, MONETARY_CASH, MONETARY_STANDARD, NICKEL, NONE, RANGE_SIG_2_3, trailingZeroDisplay
-
-
Constructor Summary
Constructors Constructor Description BogusRounder()
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
apply(DecimalQuantity value)
Deprecated.This API is ICU internal only.(package private) Precision.BogusRounder
createCopy()
Deprecated.Package-private clone methodPrecision
into(Precision precision)
Deprecated.This API is ICU internal only.-
Methods inherited from class com.ibm.icu.number.Precision
chooseMultiplierAndApply, constructCurrency, constructFraction, constructFractionSignificant, constructFromCurrency, constructIncrement, constructInfinite, constructSignificant, createCopyHelper, currency, fixedFraction, fixedSignificantDigits, increment, integer, maxFraction, maxSignificantDigits, minFraction, minMaxFraction, minMaxSignificantDigits, minSignificantDigits, setResolvedMinFraction, trailingZeroDisplay, unlimited, withLocaleData, withMode
-
-
-
-
Method Detail
-
apply
@Deprecated public void apply(DecimalQuantity value)
Deprecated.This API is ICU internal only.
-
createCopy
Precision.BogusRounder createCopy()
Deprecated.Description copied from class:Precision
Package-private clone method- Specified by:
createCopy
in classPrecision
-
-