/[classpath]/classpath/java/text/DecimalFormatSymbols.java
ViewVC logotype

Diff of /classpath/java/text/DecimalFormatSymbols.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by mark, Sat Jul 2 20:32:41 2005 UTC revision 1.20 by trebligd, Sat Jul 23 20:25:15 2005 UTC
# Line 139  public final class DecimalFormatSymbols Line 139  public final class DecimalFormatSymbols
139     * locales (those with no specified country), such as     * locales (those with no specified country), such as
140     * <code>Locale.ENGLISH</code>.     * <code>Locale.ENGLISH</code>.
141     *     *
142     * @param locale The local to load symbols for.     * @param loc The local to load symbols for.
143     * @throws NullPointerException if the locale is null.     * @throws NullPointerException if the locale is null.
144     */     */
145    public DecimalFormatSymbols (Locale loc)    public DecimalFormatSymbols (Locale loc)
# Line 422  public final class DecimalFormatSymbols Line 422  public final class DecimalFormatSymbols
422    /**    /**
423     * This method sets the currency symbol to the specified value.     * This method sets the currency symbol to the specified value.
424     *     *
425     * @param currencySymbol The new currency symbol     * @param currency The new currency symbol
426     */     */
427    public void setCurrencySymbol (String currency)    public void setCurrencySymbol (String currency)
428    {    {
# Line 432  public final class DecimalFormatSymbols Line 432  public final class DecimalFormatSymbols
432    /**    /**
433     * This method sets the decimal point character to the specified value.     * This method sets the decimal point character to the specified value.
434     *     *
435     * @param decimalSeparator The new decimal point character     * @param decimalSep The new decimal point character
436     */     */
437    public void setDecimalSeparator (char decimalSep)    public void setDecimalSeparator (char decimalSep)
438    {    {
# Line 464  public final class DecimalFormatSymbols Line 464  public final class DecimalFormatSymbols
464    /**    /**
465     * This method sets the character used to separate groups of digits.     * This method sets the character used to separate groups of digits.
466     *     *
467     * @param groupingSeparator The character used to separate groups of digits.     * @param groupSep The character used to separate groups of digits.
468     */     */
469    public void setGroupingSeparator (char groupSep)    public void setGroupingSeparator (char groupSep)
470    {    {
# Line 523  public final class DecimalFormatSymbols Line 523  public final class DecimalFormatSymbols
523     * This method sets the character used for the decimal point in currency     * This method sets the character used for the decimal point in currency
524     * values.     * values.
525     *     *
526     * @param monetarySeparator The decimal point character used in     * @param decimalSep The decimal point character used in currency values.
    *                          currency values.  
527     */     */
528    public void setMonetaryDecimalSeparator (char decimalSep)    public void setMonetaryDecimalSeparator (char decimalSep)
529    {    {
# Line 535  public final class DecimalFormatSymbols Line 534  public final class DecimalFormatSymbols
534     * This method sets the string used to represent the NaN (not a     * This method sets the string used to represent the NaN (not a
535     * number) value.     * number) value.
536     *     *
537     * @param NaN The string used to represent NaN     * @param nan The string used to represent NaN
538     */     */
539    public void setNaN (String nan)    public void setNaN (String nan)
540    {    {
# Line 546  public final class DecimalFormatSymbols Line 545  public final class DecimalFormatSymbols
545     * This method sets the character used to separate positive and negative     * This method sets the character used to separate positive and negative
546     * subpatterns in a format pattern.     * subpatterns in a format pattern.
547     *     *
548     * @param patternSeparator The character used to separate positive and     * @param patternSep The character used to separate positive and
549     * negative subpatterns in a format pattern.     * negative subpatterns in a format pattern.
550     */     */
551    public void setPatternSeparator (char patternSep)    public void setPatternSeparator (char patternSep)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26