<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.text.DecimalFormatSymbols
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.text.html">This Package</a>  <a href="java.text.DecimalFormat.html#_top_">Previous</a>  <a href="java.text.FieldPosition.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.text.DecimalFormatSymbols
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----java.text.DecimalFormatSymbols
</pre>
<hr>
<dl>
  <dt> public final class <b>DecimalFormatSymbols</b>
  <dt> extends <a href="java.lang.Object.html#_top_">Object</a>
  <dt> implements <a href="java.lang.Cloneable.html#_top_">Cloneable</a>, <a href="java.io.Serializable.html#_top_">Serializable</a>
</dl>
This class represents the set of symbols (such as the decimal separator,
 the grouping separator, and so on) needed by <code>DecimalFormat</code>
 to format numbers. <code>DecimalFormat</code> creates for itself an instance of
 <code>DecimalFormatSymbols</code> from its locale data.  If you need to change any
 of these symbols, you can get the <code>DecimalFormatSymbols</code> object from
 your <code>DecimalFormat</code> and modify it.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.util.Locale.html#_top_">Locale</a>, <a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DecimalFormatSymbols()"><b>DecimalFormatSymbols</b></a>()
  <dd>  Create a DecimalFormatSymbols object for the default locale.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DecimalFormatSymbols(java.util.Locale)"><b>DecimalFormatSymbols</b></a>(Locale)
  <dd>  Create a DecimalFormatSymbols object for the given locale.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#clone()"><b>clone</b></a>()
  <dd>  Standard override.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#equals(java.lang.Object)"><b>equals</b></a>(Object)
  <dd>  Override equals

  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getDecimalSeparator()"><b>getDecimalSeparator</b></a>()
  <dd>  character used for decimal sign.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getDigit()"><b>getDigit</b></a>()
  <dd>  character used for a digit in a pattern.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getGroupingSeparator()"><b>getGroupingSeparator</b></a>()
  <dd>  character used for thousands separator.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getInfinity()"><b>getInfinity</b></a>()
  <dd>  character used to represent infinity.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMinusSign()"><b>getMinusSign</b></a>()
  <dd>  character used to represent minus sign.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getNaN()"><b>getNaN</b></a>()
  <dd>  character used to represent NaN.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPatternSeparator()"><b>getPatternSeparator</b></a>()
  <dd>  character used to separate positive and negative subpatterns
 in a pattern.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPercent()"><b>getPercent</b></a>()
  <dd>  character used for percent sign.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPerMill()"><b>getPerMill</b></a>()
  <dd>  character used for mille percent sign.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getZeroDigit()"><b>getZeroDigit</b></a>()
  <dd>  character used for zero.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#hashCode()"><b>hashCode</b></a>()
  <dd>  Override hashCode

  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setDecimalSeparator(char)"><b>setDecimalSeparator</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setDigit(char)"><b>setDigit</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setGroupingSeparator(char)"><b>setGroupingSeparator</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setInfinity(java.lang.String)"><b>setInfinity</b></a>(String)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setMinusSign(char)"><b>setMinusSign</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setNaN(java.lang.String)"><b>setNaN</b></a>(String)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setPatternSeparator(char)"><b>setPatternSeparator</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setPercent(char)"><b>setPercent</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setPerMill(char)"><b>setPerMill</b></a>(char)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setZeroDigit(char)"><b>setZeroDigit</b></a>(char)
  <dd> 
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="DecimalFormatSymbols"></a>
<a name="DecimalFormatSymbols()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>DecimalFormatSymbols</b>
<pre>
 public DecimalFormatSymbols()
</pre>
<dl>
  <dd> Create a DecimalFormatSymbols object for the default locale.
<p>
</dl>
<a name="DecimalFormatSymbols(java.util.Locale)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>DecimalFormatSymbols</b>
<pre>
 public DecimalFormatSymbols(<a href="java.util.Locale.html#_top_">Locale</a> locale)
</pre>
<dl>
  <dd> Create a DecimalFormatSymbols object for the given locale.
<p>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getZeroDigit()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getZeroDigit"><b>getZeroDigit</b></a>
<pre>
 public char getZeroDigit()
</pre>
<dl>
  <dd> character used for zero. Different for Arabic, etc.
<p>
</dl>
<a name="setZeroDigit(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setZeroDigit"><b>setZeroDigit</b></a>
<pre>
 public void setZeroDigit(char zeroDigit)
</pre>
<a name="getGroupingSeparator()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getGroupingSeparator"><b>getGroupingSeparator</b></a>
<pre>
 public char getGroupingSeparator()
</pre>
<dl>
  <dd> character used for thousands separator. Different for French, etc.
<p>
</dl>
<a name="setGroupingSeparator(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setGroupingSeparator"><b>setGroupingSeparator</b></a>
<pre>
 public void setGroupingSeparator(char groupingSeparator)
</pre>
<a name="getDecimalSeparator()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getDecimalSeparator"><b>getDecimalSeparator</b></a>
<pre>
 public char getDecimalSeparator()
</pre>
<dl>
  <dd> character used for decimal sign. Different for French, etc.
<p>
</dl>
<a name="setDecimalSeparator(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setDecimalSeparator"><b>setDecimalSeparator</b></a>
<pre>
 public void setDecimalSeparator(char decimalSeparator)
</pre>
<a name="getPerMill()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPerMill"><b>getPerMill</b></a>
<pre>
 public char getPerMill()
</pre>
<dl>
  <dd> character used for mille percent sign. Different for Arabic, etc.
<p>
</dl>
<a name="setPerMill(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setPerMill"><b>setPerMill</b></a>
<pre>
 public void setPerMill(char perMill)
</pre>
<a name="getPercent()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPercent"><b>getPercent</b></a>
<pre>
 public char getPercent()
</pre>
<dl>
  <dd> character used for percent sign. Different for Arabic, etc.
<p>
</dl>
<a name="setPercent(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setPercent"><b>setPercent</b></a>
<pre>
 public void setPercent(char percent)
</pre>
<a name="getDigit()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getDigit"><b>getDigit</b></a>
<pre>
 public char getDigit()
</pre>
<dl>
  <dd> character used for a digit in a pattern.
<p>
</dl>
<a name="setDigit(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setDigit"><b>setDigit</b></a>
<pre>
 public void setDigit(char digit)
</pre>
<a name="getPatternSeparator()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPatternSeparator"><b>getPatternSeparator</b></a>
<pre>
 public char getPatternSeparator()
</pre>
<dl>
  <dd> character used to separate positive and negative subpatterns
 in a pattern.
<p>
</dl>
<a name="setPatternSeparator(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setPatternSeparator"><b>setPatternSeparator</b></a>
<pre>
 public void setPatternSeparator(char patternSeparator)
</pre>
<a name="getInfinity()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getInfinity"><b>getInfinity</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getInfinity()
</pre>
<dl>
  <dd> character used to represent infinity. Almost always left
 unchanged.
<p>
</dl>
<a name="setInfinity(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setInfinity"><b>setInfinity</b></a>
<pre>
 public void setInfinity(<a href="java.lang.String.html#_top_">String</a> infinity)
</pre>
<a name="getNaN()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getNaN"><b>getNaN</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getNaN()
</pre>
<dl>
  <dd> character used to represent NaN. Almost always left
 unchanged.
<p>
</dl>
<a name="setNaN(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setNaN"><b>setNaN</b></a>
<pre>
 public void setNaN(<a href="java.lang.String.html#_top_">String</a> NaN)
</pre>
<a name="getMinusSign()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMinusSign"><b>getMinusSign</b></a>
<pre>
 public char getMinusSign()
</pre>
<dl>
  <dd> character used to represent minus sign. If no explicit
 negative format is specified, one is formed by prefixing
 minusSign to the positive format.
<p>
</dl>
<a name="setMinusSign(char)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setMinusSign"><b>setMinusSign</b></a>
<pre>
 public void setMinusSign(char minusSign)
</pre>
<a name="clone()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="clone"><b>clone</b></a>
<pre>
 public <a href="java.lang.Object.html#_top_">Object</a> clone()
</pre>
<dl>
  <dd> Standard override.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Object.html#clone()">clone</a> in class <a href="java.lang.Object.html#_top_">Object</a>
  </dl></dd>
</dl>
<a name="equals(java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="equals"><b>equals</b></a>
<pre>
 public boolean equals(<a href="java.lang.Object.html#_top_">Object</a> obj)
</pre>
<dl>
  <dd> Override equals
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Object.html#equals(java.lang.Object)">equals</a> in class <a href="java.lang.Object.html#_top_">Object</a>
  </dl></dd>
</dl>
<a name="hashCode()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="hashCode"><b>hashCode</b></a>
<pre>
 public int hashCode()
</pre>
<dl>
  <dd> Override hashCode
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Object.html#hashCode()">hashCode</a> in class <a href="java.lang.Object.html#_top_">Object</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.text.html">This Package</a>  <a href="java.text.DecimalFormat.html#_top_">Previous</a>  <a href="java.text.FieldPosition.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
