| Package | Description |
|---|---|
| java.text |
| Modifier and Type | Method and Description |
|---|---|
DecimalFormatSymbols |
DecimalFormat.getDecimalFormatSymbols()
Returns a copy of the decimal format symbols, which is generally not
changed by the programmer or user.
|
static DecimalFormatSymbols |
DecimalFormatSymbols.getInstance()
Gets the
DecimalFormatSymbols instance for the default
locale. |
static DecimalFormatSymbols |
DecimalFormatSymbols.getInstance(Locale locale)
Gets the
DecimalFormatSymbols instance for the specified
locale. |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalFormat.setDecimalFormatSymbols(DecimalFormatSymbols newSymbols)
Sets the decimal format symbols, which is generally not changed
by the programmer or user.
|
| Constructor and Description |
|---|
DecimalFormat(String pattern,
DecimalFormatSymbols symbols)
Creates a DecimalFormat using the given pattern and symbols.
|
Copyright © 2021 API Design. All Rights Reserved.