Uses of Class
com.ibm.icu.number.Precision.IncrementRounderImpl
-
Packages that use Precision.IncrementRounderImpl 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 Precision.IncrementRounderImpl in com.ibm.icu.number
Subclasses of Precision.IncrementRounderImpl in com.ibm.icu.number Modifier and Type Class Description (package private) static class
Precision.IncrementFiveRounderImpl
Used for increments with 5 as the only digit (nickel rounding).(package private) static class
Precision.IncrementOneRounderImpl
Used for increments with 1 as the only digit.Methods in com.ibm.icu.number that return Precision.IncrementRounderImpl Modifier and Type Method Description (package private) Precision.IncrementRounderImpl
Precision.IncrementRounderImpl. createCopy()
-