- clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- equals
bool equals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- format
String format(double number)
Undocumented in source. Be warned that the author may not have intended to support it.
- format
StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- format
String format(long number)
Undocumented in source. Be warned that the author may not have intended to support it.
- format
StringBuffer format(long number, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- format
StringBuffer format(Object number, StringBuffer toAppendTo, FieldPosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCurrency
Currency getCurrency()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMaximumFractionDigits
int getMaximumFractionDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMaximumIntegerDigits
int getMaximumIntegerDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMinimumFractionDigits
int getMinimumFractionDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMinimumIntegerDigits
int getMinimumIntegerDigits()
Undocumented in source. Be warned that the author may not have intended to support it.
- hashCode
int hashCode()
Undocumented in source. Be warned that the author may not have intended to support it.
- isGroupingUsed
bool isGroupingUsed()
Undocumented in source. Be warned that the author may not have intended to support it.
- isParseIntegerOnly
bool isParseIntegerOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
Number parse(String source)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
Number parse(String source, ParsePosition parsePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseObject
Object parseObject(String source, ParsePosition pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCurrency
void setCurrency(Currency currency)
Undocumented in source. Be warned that the author may not have intended to support it.
- setGroupingUsed
void setGroupingUsed(bool newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaximumFractionDigits
void setMaximumFractionDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaximumIntegerDigits
void setMaximumIntegerDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumFractionDigits
void setMinimumFractionDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinimumIntegerDigits
void setMinimumIntegerDigits(int newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setParseIntegerOnly
void setParseIntegerOnly(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAvailableLocales
Locale[] getAvailableLocales()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCurrencyInstance
NumberFormat getCurrencyInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCurrencyInstance
NumberFormat getCurrencyInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInstance
NumberFormat getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
- getInstance
NumberFormat getInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIntegerInstance
NumberFormat getIntegerInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
- getIntegerInstance
NumberFormat getIntegerInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNumberInstance
NumberFormat getNumberInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNumberInstance
NumberFormat getNumberInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPercentInstance
NumberFormat getPercentInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPercentInstance
NumberFormat getPercentInstance(Locale inLocale)
Undocumented in source. Be warned that the author may not have intended to support it.