|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CurrencyUnit | |
|---|---|
| com.antelmann.math | This package contains classes to ease calculations. |
| Uses of CurrencyUnit in com.antelmann.math |
|---|
| Methods in com.antelmann.math that return CurrencyUnit | |
|---|---|
static CurrencyUnit |
CurrencyUnit.asUnit(Currency c)
preferred method to obtain a CurrencyUnit instance, as it provides the same object for a currency |
static CurrencyUnit |
CurrencyUnit.fromSymbol(String symbol)
|
CurrencyUnit |
Money.getUnit()
|
| Methods in com.antelmann.math that return types with arguments of type CurrencyUnit | |
|---|---|
Measure<CurrencyUnit> |
Money.toMeasure()
|
| Constructors in com.antelmann.math with parameters of type CurrencyUnit | |
|---|---|
Money(BigDecimal value,
CurrencyUnit currency)
constructor that is called by all others |
|
Money(Number value,
CurrencyUnit currency)
|
|
WrongCurrencyException(CurrencyUnit unit)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||