Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
javax.money.convert |
Defines the monetary currency conversion API.
|
Modifier and Type | Method and Description |
---|---|
NumberValue |
MonetaryAmountFactory.getMaxNumber()
Get the maximum possible number that this type can represent.
|
NumberValue |
MonetaryAmountFactory.getMinNumber()
Get the minimum possible number that this type can represent.
|
NumberValue |
NumberSupplier.getNumber()
Gets the corresponding
NumberValue . |
abstract NumberValue |
NumberValue.round(MathContext mathContext)
Access the current NumberValue rounded using the given
MathContext . |
Modifier and Type | Method and Description |
---|---|
int |
NumberValue.compareTo(NumberValue other) |
Modifier and Type | Method and Description |
---|---|
NumberValue |
ExchangeRate.getFactor()
Access the rate's bid factor.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.