- DefaultServiceProvider - Class in javax.money.spi
-
This class implements the (default)
ServiceProvider interface and hereby uses the JDK
ServiceLoader to load the services required.
- DefaultServiceProvider() - Constructor for class javax.money.spi.DefaultServiceProvider
-
- DefaultServiceProvider.ProviderComparator - Class in javax.money.spi
-
Comparator used for ordering the services provided.
- DefaultServiceProvider.ProviderComparator() - Constructor for class javax.money.spi.DefaultServiceProvider.ProviderComparator
-
- DEFERRED_CONVERSION - Static variable in class javax.money.convert.ConversionContext
-
ConversionContext quering for any deferred rates.
- divide(long) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount whose value is (this /
divisor), and whose preferred scale is (this.scale() -
divisor.scale()); if the exact quotient cannot be represented an ArithmeticException
is thrown.
- divide(double) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount whose value is (this /
divisor), and whose preferred scale is (this.scale() -
divisor.scale()); if the exact quotient cannot be represented an ArithmeticException
is thrown.
- divide(Number) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount whose value is (this /
divisor), and whose preferred scale is (this.scale() -
divisor.scale()); if the exact quotient cannot be represented an ArithmeticException
is thrown.
- divideAndRemainder(long) - Method in interface javax.money.MonetaryAmount
-
Returns a two-element MonetaryAmount array containing the result of
divideToIntegralValue followed by the result of remainder on the two
operands.
- divideAndRemainder(double) - Method in interface javax.money.MonetaryAmount
-
Returns a two-element MonetaryAmount array containing the result of
divideToIntegralValue followed by the result of remainder on the two
operands.
- divideAndRemainder(Number) - Method in interface javax.money.MonetaryAmount
-
Returns a two-element MonetaryAmount array containing the result of
divideToIntegralValue followed by the result of remainder on the two
operands.
- divideToIntegralValue(long) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount whose value is the integer part of the quotient
(this / divisor) rounded down.
- divideToIntegralValue(double) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount whose value is the integer part of the quotient
(this / divisor) rounded down.
- divideToIntegralValue(Number) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount whose value is the integer part of the quotient
(this / divisor) rounded down.
- doubleValueExact() - Method in class javax.money.NumberValue
-
Access the numeric value as double.