| Interface | Description |
|---|---|
| MonetaryAmountProducer | |
| MonetaryRoundedFactory |
this interface is used to create
RoundedMoney using the MonetaryOperator as rounding. |
| MonetarySummaryStatistics |
A state object for collecting statistics such as count, min, max, sum, and
average.
|
| Class | Description |
|---|---|
| DefaultMonetaryRoundedFactory | Deprecated
Do not use, access is only provided for backward compatibility and will be removed.
|
| DefaultMonetarySummaryStatistics |
the default implementations of
MonetarySummaryStatistics This
implementations cannot do exchange rate |
| ExchangeCurrencyOperator | Deprecated |
| FastMoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using FastMoney implementation. |
| GroupMonetarySummaryStatistics |
Internal class implementing grouped statistic functionality.
|
| MonetaryFunctions |
This singleton class provides access to the predefined monetary functions.
|
| MonetaryOperators |
This singleton class provides access to the predefined monetary functions.
|
| MonetaryQueries |
This class has utility queries,
MonetaryQuery, to MonetaryAmount. |
| MonetaryRoundedFactoryBuilder |
Builder to
MonetaryRoundedFactory once the RoundingMode, is possible
choose the scale, the number of digits to the right of the decimal point, and the precision, the total number of digits in a number or both. |
| MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionBuilder |
Once the
RoundingMode and precision informed, is possible create a MonetaryRoundedFactory
or set the number of scale. |
| MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithPrecisionScaleBuilder |
Once the
RoundingMode, precision and scale informed, the next step will build a MonetaryRoundedFactory
with all these information. |
| MonetaryRoundedFactoryBuilder.MonetaryRoundedFactoryWithScaleBuilder |
Once the
RoundingMode and scale informed, is possible create a MonetaryRoundedFactory
or set the number of precision. |
| MonetaryUtil | Deprecated
use
ConversionOperators or MonetaryQuery instead. |
| MoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using Money implementation. |
| PrecisionContextRoundedOperator |
This implementation uses a
MathContext to does the rounding operations. |
| PrecisionScaleRoundedOperator | Deprecated
Do not use, access is only provided for backward compatibility and will be removed.
|
| RoundedMoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using RoundedMoney using the MonetaryOperator as rounding operator |
| ScaleRoundedOperator | Deprecated
Do not use, access is only provided for backward compatibility and will be removed.
|
Copyright © 2012-2016 JavaMoney. All Rights Reserved.