Uses of Interface
javax.money.MonetaryQuery
Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
javax.money.format |
Money and Currency format API.
|
-
Uses of MonetaryQuery in javax.money
Methods in javax.money with parameters of type MonetaryQuery Modifier and Type Method Description default <R> R
MonetaryAmount. query(MonetaryQuery<R> query)
Queries this monetary amount for a value. -
Uses of MonetaryQuery in javax.money.format
Subinterfaces of MonetaryQuery in javax.money.format Modifier and Type Interface Description interface
MonetaryAmountFormat
Formats instances ofMonetaryAmount
to aString
or anAppendable
.