| Package | Description |
|---|---|
| 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 |
|---|
| 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.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
This implementation uses a scale and
RoundingMode and precision to does the rounding operations. |
| ScaleRoundedOperator
This implementation uses a scale and
RoundingMode to does the rounding operations. |
Copyright © 2012–2020 JavaMoney. All rights reserved.