Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
Modifier and Type | Method | Description |
---|---|---|
IntegerWidth |
IntegerWidth.truncateAt(int maxInt) |
Truncate numbers exceeding a certain number of numerals before the decimal separator.
|
static IntegerWidth |
IntegerWidth.zeroFillTo(int minInt) |
Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.
|
Modifier and Type | Method | Description |
---|---|---|
T |
NumberFormatterSettings.integerWidth(IntegerWidth style) |
Specifies the minimum and maximum number of digits to render before the decimal mark.
|
Copyright ? 2016 Unicode, Inc. and others.