| Package | Description |
|---|---|
| java.time.format |
Provides classes to print and parse dates and times.
|
| Modifier and Type | Field and Description |
|---|---|
static DecimalStyle |
DecimalStyle.STANDARD
The standard set of non-localized decimal style symbols.
|
| Modifier and Type | Method and Description |
|---|---|
DecimalStyle |
DateTimeFormatter.getDecimalStyle()
Gets the DecimalStyle to be used during formatting.
|
static DecimalStyle |
DecimalStyle.of(java.util.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.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
DateTimeFormatter.withDecimalStyle(DecimalStyle decimalStyle)
Returns a copy of this formatter with a new DecimalStyle.
|
Copyright (c) 2014, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.