MonetaryAmount.See: Description
| Class | Description |
|---|---|
| CurrencyUnitBuilder |
Builder for constructing new instances of
BuildableCurrencyUnit using a fluent
API. |
| ExchangeRateBuilder |
Builder for creating new instances of
ExchangeRate. |
| FastMoney |
long based implementation of MonetaryAmount.This class internally uses a
single long number as numeric representation, which basically is interpreted as minor units. |
| Money |
Default immutable implementation of
MonetaryAmount based
on BigDecimal as numeric representation. |
| RoundedMoney |
Platform RI: Default immutable implementation of
MonetaryAmount based on
BigDecimal for the numeric representation. |
| Enum | Description |
|---|---|
| ExchangeRateType |
This enum contains all implementation of moneta.
|
MonetaryAmount.Copyright © 2012-2015 JavaMoney. All Rights Reserved.