- majorPart() - Static method in class org.javamoney.moneta.function.MonetaryFunctions
-
Access the shared instance of MajorPart for use.
- majorUnits() - Static method in class org.javamoney.moneta.function.MonetaryFunctions
-
Access the shared instance of MajorUnits for use.
- minorPart() - Static method in class org.javamoney.moneta.function.MonetaryFunctions
-
Access the shared instance of MinorPart for use.
- minorUnits() - Static method in class org.javamoney.moneta.function.MonetaryFunctions
-
Access the shared instance of MinorUnits for use.
- MonetaryConfig - Class in org.javamoney.moneta.spi
-
Loader for the Java Money JSR configuration.
- monetaryContext - Variable in class org.javamoney.moneta.spi.AbstractMoney
-
the MonetaryContext used by this instance, e.g. on division.
- MonetaryFunctions - Class in org.javamoney.moneta.function
-
This singleton class provides access to the predefined monetary functions.
- Money - Class in org.javamoney.moneta
-
Platform RI: Default immutable implementation of MonetaryAmount based
on BigDecimal for the numeric representation.
- MoneyAmountFactory - Class in org.javamoney.moneta.internal
-
Implementation of
MonetaryAmountFactory creating instances of
Money.
- MoneyAmountFactory() - Constructor for class org.javamoney.moneta.internal.MoneyAmountFactory
-
- MoneyAmountFactoryProvider - Class in org.javamoney.moneta.internal
-
Implementation of
MonetaryAmountFactoryProviderSpi creating instances of
MoneyAmountFactory.
- MoneyAmountFactoryProvider() - Constructor for class org.javamoney.moneta.internal.MoneyAmountFactoryProvider
-
- multiply(Number) - Method in class org.javamoney.moneta.FastMoney
-
- multiply(double) - Method in class org.javamoney.moneta.FastMoney
-
- multiply(long) - Method in class org.javamoney.moneta.FastMoney
-
- multiply(long) - Method in class org.javamoney.moneta.Money
-
- multiply(double) - Method in class org.javamoney.moneta.Money
-
- multiply(Number) - Method in class org.javamoney.moneta.Money
-
- multiply(Number) - Method in class org.javamoney.moneta.RoundedMoney
-
- multiply(long) - Method in class org.javamoney.moneta.RoundedMoney
-
- multiply(double) - Method in class org.javamoney.moneta.RoundedMoney
-
- multiply(NumberValue, NumberValue) - Static method in class org.javamoney.moneta.spi.AbstractRateProvider
-
A protected helper method to multiply 2 NumberValue types.