static NumberFormatSymbols |
NumberFormatSymbols.fromDecimalFormatSymbols(java.text.DecimalFormatSymbols symbols) |
Creates a new instance from the provided DecimalFormatSymbols.
|
static NumberFormatSymbols |
NumberFormatSymbols.fromDefault() |
Creates a new instance with the following default symbols.
|
NumberFormatSymbols |
ConfigurableDoubleParser.getNumberFormatSymbols() |
Gets the number format symbols of this parser.
|
NumberFormatSymbols |
NumberFormatSymbols.withDecimalSeparator(java.util.Set<java.lang.Character> newValue) |
Creates a new instance with the specified decimal separator symbols.
|
NumberFormatSymbols |
NumberFormatSymbols.withDigits(java.util.List<java.lang.Character> newValue) |
Creates a new instance with the specified digits.
|
NumberFormatSymbols |
NumberFormatSymbols.withExponentSeparator(java.util.Set<java.lang.String> newValue) |
Creates a new instance with the specified exponent separator symbols.
|
NumberFormatSymbols |
NumberFormatSymbols.withGroupingSeparator(java.util.Set<java.lang.Character> newValue) |
Creates a new instance with the specified grouping separator symbols.
|
NumberFormatSymbols |
NumberFormatSymbols.withInfinity(java.util.Set<java.lang.String> newValue) |
Creates a new instance with the specified infinity symbols.
|
NumberFormatSymbols |
NumberFormatSymbols.withMinusSign(java.util.Set<java.lang.Character> newValue) |
Creates a new instance with the specified minus sign symbols.
|
NumberFormatSymbols |
NumberFormatSymbols.withNaN(java.util.Set<java.lang.String> newValue) |
Creates a new instance with the specified NaN symbols.
|
NumberFormatSymbols |
NumberFormatSymbols.withPlusSign(java.util.Set<java.lang.Character> newValue) |
Creates a new instance with the specified plus sign symbols.
|