| Package | Description |
|---|---|
| org.javamoney.moneta.convert | |
| org.javamoney.moneta.format |
Contains RI specific additions to the JSR 354 format API.
|
| org.javamoney.moneta.function |
Contains additional functional extensions.
|
| Class and Description |
|---|
| MonetarySummaryStatistics
A state object for collecting statistics such as count, min, max, sum, and
average.
|
| Class and Description |
|---|
| MonetaryAmountProducer |
| Class and Description |
|---|
| DefaultMonetarySummaryStatistics
the default implementations of
MonetarySummaryStatistics This
implementations cannot do exchange rate |
| GroupMonetarySummaryStatistics
Internal class implementing grouped statistic functionality.
|
| MonetaryAmountProducer |
| 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. |
| MonetarySummaryStatistics
A state object for collecting statistics such as count, min, max, sum, and
average.
|
| 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.
|
| ScaleRoundedOperator
Deprecated.
Do not use, access is only provided for backward compatibility and will be removed.
|
Copyright © 2012-2016 JavaMoney. All Rights Reserved.