A B C D E F G H I J L M N O P Q R S T U V W 

M

MonetaryAmount - Interface in javax.money
Interface defining a monetary amount.
MonetaryAmountFactory<T extends MonetaryAmount> - Interface in javax.money
Factory for MonetaryAmount instances for a given type.
MonetaryAmountFactoryProviderSpi<T extends MonetaryAmount> - Interface in javax.money.spi
SPI (core): Implementations of this interface are used by the MonetaryAmountsSpi to evaluate the correct MonetaryAmountFactory instances.
MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy - Enum in javax.money.spi
Determines how the factory should be considered when querying for matching implementation types calling MonetaryAmounts.queryAmountType(MonetaryContext).
MonetaryAmountFormat - Interface in javax.money.format
Formats instances of MonetaryAmount to a String or an Appendable.
MonetaryAmountFormatProviderSpi - Interface in javax.money.spi
SPI (formatting) providing MonetaryAmountFormat instances.
MonetaryAmounts - Class in javax.money
Factory singleton for MonetaryAmount instances as provided by the different registered MonetaryAmountFactory instances.
MonetaryAmountsSpi - Interface in javax.money.spi
SPI (core) for the backing implementation of the MonetaryAmounts singleton.
MonetaryContext - Class in javax.money
This class models the numeric capabilities of a MonetaryAmount in a platform independent way.
MonetaryContext.AmountFlavor - Enum in javax.money
Defines the possible flavors of MonetaryAmount implementations.
MonetaryContext.Builder - Class in javax.money
This class allows to build and create instances of MonetaryContext using a fluent API.
MonetaryContext.Builder(Class<? extends MonetaryAmount>) - Constructor for class javax.money.MonetaryContext.Builder
MonetaryContext.Builder() - Constructor for class javax.money.MonetaryContext.Builder
MonetaryContext.Builder(MonetaryContext) - Constructor for class javax.money.MonetaryContext.Builder
Creates a new MonetaryContext.Builder and uses the given context to initialize this instance.
MonetaryConversions - Class in javax.money.convert
This singleton defines access to the exchange and currency conversion logic of JavaMoney.
MonetaryConversionsSpi - Interface in javax.money.spi
SPI (conversoin) that implements the functionalities provided by the MonetaryConversions singleton accessor.
MonetaryCurrencies - Class in javax.money
Factory singleton for CurrencyUnit instances as provided by the different registered CurrencyProviderSpi instances.
MonetaryException - Exception in javax.money
Exception thrown when an error occurs during monetary operations.
MonetaryException(String) - Constructor for exception javax.money.MonetaryException
Creates an instance.
MonetaryException(String, Throwable) - Constructor for exception javax.money.MonetaryException
Creates an instance with the specified detail message and cause.
MonetaryFormats - Class in javax.money.format
This class models the singleton accessor for MonetaryAmountFormat instances.
MonetaryOperator - Interface in javax.money
Represents an operation on a single MonetaryAmount that produces a result of type MonetaryAmount.
MonetaryParseException - Exception in javax.money.format
Signals that an error has been reached unexpectedly while parsing.
MonetaryParseException(String, CharSequence, int) - Constructor for exception javax.money.format.MonetaryParseException
Constructs a MonetaryParseException with the specified detail message, parsed text and index.
MonetaryParseException(CharSequence, int) - Constructor for exception javax.money.format.MonetaryParseException
Constructs a MonetaryParseException with the parsed text and offset.
MonetaryQuery<R> - Interface in javax.money
Strategy for querying a monetary amount.
MonetaryRoundings - Class in javax.money
This class models the accessor for rounding instances, modeled as MonetaryOperator.
multiply(long) - Method in interface javax.money.MonetaryAmount
Returns a MonetaryAmount whose value is (this × multiplicand), and whose scale is (this.scale() + multiplicand.scale()).
multiply(double) - Method in interface javax.money.MonetaryAmount
Returns a MonetaryAmount whose value is (this × multiplicand), and whose scale is (this.scale() + multiplicand.scale()).
multiply(Number) - Method in interface javax.money.MonetaryAmount
Returns a MonetaryAmount whose value is (this × multiplicand), and whose scale is (this.scale() + multiplicand.scale()).
A B C D E F G H I J L M N O P Q R S T U V W