public final class Currency extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getCurrencyCode() |
int |
getDefaultFractionDigits() |
static Currency |
getInstance(Locale locale) |
static Currency |
getInstance(String code) |
String |
getSymbol() |
String |
getSymbol(Locale locale) |
String |
toString()
Default String representation: overriden by many classes.
|