| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.format |
Money and Currency format API.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MonetaryAmount.query(MonetaryQuery<R> query)
Queries this monetary amount for a value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MonetaryAmountFormat
Formats instances of
MonetaryAmount to a String or an Appendable. |