This class represents a quantity of money, stored as a {@code BigDecimal} amountin a single {@link CurrencyUnit currency}.
Every currency has a certain standard number of decimal places. This is typically 2 (Euro, British Pound, US Dollar) but might be 0 (Japanese Yen), 1 (Vietnamese Dong) or 3 (Bahrain Dinar). The {@code BigMoney} class is not restricted to the standard decimal placesand can represent an amount to any precision that a {@code BigDecimal} can represent.
This class is immutable and thread-safe.
|
|
|
|
|
|
|
|
|
|
|
|