| Interface | Description |
|---|---|
| MonetaryAmountProducer | |
| MonetarySummaryStatistics |
A state object for collecting statistics such as count, min, max, sum, and
average.
|
| Class | Description |
|---|---|
| DefaultMonetarySummaryStatistics |
the default implementations of
MonetarySummaryStatistics This
implementations cannot do exchange rate |
| 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. |
| MonetaryRoundedFactory |
this interface is used to create
RoundedMoney using the MonetaryOperator as rounding. |
| 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. |
| MoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using Money implementation. |
| PrecisionContextRoundedOperator |
This implementation uses a
MathContext to does the rounding operations. |
| PrecisionScaleRoundedOperator |
This implementation uses a scale and
RoundingMode and precision to does the rounding operations. |
| RoundedMoneyProducer |
The implementation of
MonetaryAmountProducer that creates MonetaryAmount
using RoundedMoney using the MonetaryOperator as rounding operator |
| ScaleRoundedOperator |
This implementation uses a scale and
RoundingMode to does the rounding operations. |
Copyright © 2012–2020 JavaMoney. All rights reserved.