Restricted constructor.
Converts the input numeric text to the internationalized form using the zero character.
Checks whether the character is a digit, based on the currently set zero character.
Gets the character that represents the decimal point. !(p) The character used to represent a decimal point may vary by culture. This method specifies the character to use.
Gets the character that represents the negative sign. !(p) The character used to represent a negative number may vary by culture. This method specifies the character to use.
Gets the character that represents the positive sign. !(p) The character used to represent a positive number may vary by culture. This method specifies the character to use.
Gets the character that represents zero. !(p) The character used to represent digits may vary by culture. This method specifies the zero character to use, which implies the characters for one to nine.
Checks if this DecimalStyle is equal to another DecimalStyle.
A hash code for this DecimalStyle.
Returns a string describing this DecimalStyle.
Returns a copy of the info with a new character that represents the decimal point. !(p) The character used to represent a decimal point may vary by culture. This method specifies the character to use.
Returns a copy of the info with a new character that represents the negative sign. !(p) The character used to represent a negative number may vary by culture. This method specifies the character to use.
Returns a copy of the info with a new character that represents the positive sign. !(p) The character used to represent a positive number may vary by culture. This method specifies the character to use.
Returns a copy of the info with a new character that represents zero. !(p) The character used to represent digits may vary by culture. This method specifies the zero character to use, which implies the characters for one to nine.
Obtains the DecimalStyle for the specified locale. !(p) This method provides access to locale sensitive decimal style symbols. If the locale contains "nu" (Numbering System) and/or "rg" (Region Override) <a href="../../util/Locale.html#def_locale_extension"> Unicode extensions</a>, returned instance will reflect the values specified with those extensions. If both "nu" and "rg" are specified, the value from the "nu" extension supersedes the implicit one from the "rg" extension.
Localized decimal style used _in date and time formatting. !(p) A significant part of dealing with dates and times is the localization. This class acts as a central point for accessing the information.
@implSpec This class is immutable and thread-safe.
@since 1.8