|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ibm.icu.util.Measure
com.ibm.icu.util.CurrencyAmount
public class CurrencyAmount
An amount of currency, consisting of a Number and a Currency. CurrencyAmount objects are immutable.
Number,
Currency| Constructor Summary | |
|---|---|
CurrencyAmount(double number,
Currency currency)
Deprecated. This is a draft API and might change in a future release of ICU. |
|
CurrencyAmount(Number number,
Currency currency)
Deprecated. This is a draft API and might change in a future release of ICU. |
|
| Method Summary | |
|---|---|
Currency |
getCurrency()
Deprecated. This is a draft API and might change in a future release of ICU. |
| Methods inherited from class com.ibm.icu.util.Measure |
|---|
equals, getNumber, getUnit, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CurrencyAmount(Number number,
Currency currency)
number - the numbercurrency - the currency
public CurrencyAmount(double number,
Currency currency)
number - a double valuecurrency - the currency| Method Detail |
|---|
public Currency getCurrency()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||