|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Currency | |
com.ibm.icu.text | Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. |
com.ibm.icu.util | International calendars and other utility classes. |
Uses of Currency in com.ibm.icu.text |
Methods in com.ibm.icu.text that return Currency | |
protected Currency |
DecimalFormat.getEffectiveCurrency()
Returns the currency in effect for this formatter. |
Currency |
NumberFormat.getCurrency()
Gets the Currency object used to display currency amounts. |
protected Currency |
NumberFormat.getEffectiveCurrency()
Returns the currency in effect for this formatter. |
Methods in com.ibm.icu.text with parameters of type Currency | |
void |
DecimalFormat.setCurrency(Currency theCurrency)
Sets the Currency object used to display currency amounts. |
void |
NumberFormat.setCurrency(Currency theCurrency)
Sets the Currency object used to display currency amounts. |
Uses of Currency in com.ibm.icu.util |
Methods in com.ibm.icu.util that return Currency | |
Currency |
CurrencyAmount.getCurrency()
Deprecated. This is a draft API and might change in a future release of ICU. |
static Currency |
Currency.getInstance(Locale locale)
Returns a currency object for the default currency in the given locale. |
static Currency |
Currency.getInstance(ULocale locale)
Deprecated. This is a draft API and might change in a future release of ICU. |
static Currency |
Currency.getInstance(String theISOCode)
Returns a currency object given an ISO 4217 3-letter code. |
Methods in com.ibm.icu.util with parameters of type Currency | |
static Object |
Currency.registerInstance(Currency currency,
ULocale locale)
Deprecated. This is a draft API and might change in a future release of ICU. |
Constructors in com.ibm.icu.util with parameters of type Currency | |
CurrencyAmount(Number number,
Currency currency)
Deprecated. This is a draft API and might change in a future release of ICU. |
|
CurrencyAmount(double number,
Currency currency)
Deprecated. This is a draft API and might change in a future release of ICU. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |