Uses of Class
com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Packages that use NumberFormatter.TrailingZeroDisplay 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 NumberFormatter.TrailingZeroDisplay in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberFormatter.TrailingZeroDisplay Modifier and Type Method Description static NumberFormatter.TrailingZeroDisplayNumberFormatter.TrailingZeroDisplay. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberFormatter.TrailingZeroDisplay[]NumberFormatter.TrailingZeroDisplay. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.number with parameters of type NumberFormatter.TrailingZeroDisplay Modifier and Type Method Description PrecisionPrecision. trailingZeroDisplay(NumberFormatter.TrailingZeroDisplay trailingZeroDisplay)Configure how trailing zeros are displayed on numbers.
-