Package | Description |
---|---|
org.joda.money |
Modifier and Type | Method and Description |
---|---|
ExchangeRateOperations |
ExchangeRateOperations.combine(ExchangeRate other)
Combines
ExchangeRate represented by this object with the given one. |
ExchangeRateOperations |
ExchangeRateOperations.invert()
Inverts the underlying ExchangeRate.
|
ExchangeRateOperations |
ExchangeRate.operations()
Creates an instance of an object that knows how to perform operations on
ExchangeRate s with default
values for scale and roundingMode that will be used for calculations. |
ExchangeRateOperations |
ExchangeRate.operations(int scale,
RoundingMode roundingMode)
Creates an instance of an object that knows how to perform operations on
ExchangeRate s. |
Copyright © 2009-2012 Joda.org. All Rights Reserved.