public final class DecimalFormatSymbols extends Object implements Cloneable, Serializable
Constructor and Description |
---|
DecimalFormatSymbols() |
DecimalFormatSymbols(Locale loc) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Default clone() method performs a "shallow" cloning of the instance.
|
boolean |
equals(Object o)
Default object equality (is identity).
|
String |
getCurrencySymbol() |
char |
getDecimalSeparator() |
char |
getDigit() |
char |
getGroupingSeparator() |
String |
getInfinity() |
String |
getInternationalCurrencySymbol() |
char |
getMinusSign() |
char |
getMonetaryDecimalSeparator() |
String |
getNaN() |
char |
getPatternSeparator() |
char |
getPercent() |
char |
getPerMill() |
char |
getZeroDigit() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
void |
setCurrencySymbol(String sym) |
void |
setDecimalSeparator(char sep) |
void |
setDigit(char digit) |
void |
setGroupingSeparator(char sep) |
void |
setInfinity(String inf) |
void |
setInternationalCurrencySymbol(String sym) |
void |
setMinusSign(char min) |
void |
setMonetaryDecimalSeparator(char sep) |
void |
setNaN(String nan) |
void |
setPatternSeparator(char sep) |
void |
setPercent(char percent) |
void |
setPerMill(char mil) |
void |
setZeroDigit(char zero) |
public DecimalFormatSymbols()
public DecimalFormatSymbols(Locale loc)
public Object clone()
Object
public boolean equals(Object o)
Object
public String getCurrencySymbol()
public char getDecimalSeparator()
public char getDigit()
public char getGroupingSeparator()
public String getInfinity()
public String getInternationalCurrencySymbol()
public char getMinusSign()
public char getMonetaryDecimalSeparator()
public String getNaN()
public char getPatternSeparator()
public char getPercent()
public char getPerMill()
public char getZeroDigit()
public int hashCode()
Object
public void setCurrencySymbol(String sym)
public void setDecimalSeparator(char sep)
public void setDigit(char digit)
public void setGroupingSeparator(char sep)
public void setInfinity(String inf)
public void setInternationalCurrencySymbol(String sym)
public void setMinusSign(char min)
public void setMonetaryDecimalSeparator(char sep)
public void setNaN(String nan)
public void setPatternSeparator(char sep)
public void setPercent(char percent)
public void setPerMill(char mil)
public void setZeroDigit(char zero)