DecimalStyle |
DateTimeFormatter.getDecimalStyle() |
Gets the DecimalStyle to be used during formatting.
|
static DecimalStyle |
DecimalStyle.of(Locale locale) |
Obtains the DecimalStyle for the specified locale.
|
static DecimalStyle |
DecimalStyle.ofDefaultLocale() |
Obtains the DecimalStyle for the default
FORMAT locale.
|
DecimalStyle |
DecimalStyle.withDecimalSeparator(char decimalSeparator) |
Returns a copy of the info with a new character that represents the decimal point.
|
DecimalStyle |
DecimalStyle.withNegativeSign(char negativeSign) |
Returns a copy of the info with a new character that represents the negative sign.
|
DecimalStyle |
DecimalStyle.withPositiveSign(char positiveSign) |
Returns a copy of the info with a new character that represents the positive sign.
|
DecimalStyle |
DecimalStyle.withZeroDigit(char zeroDigit) |
Returns a copy of the info with a new character that represents zero.
|