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

C

compare(Object, Object) - Method in class javax.money.spi.DefaultServiceProvider.ProviderComparator
 
compareTo(ExchangeRate) - Method in class javax.money.convert.ExchangeRate
 
ConversionContext - Class in javax.money.convert
This class models a context for which a ExchangeRate is valid.
ConversionContext.Builder - Class in javax.money.convert
Builder class to create ConversionContext instances.
ConversionContext.Builder() - Constructor for class javax.money.convert.ConversionContext.Builder
Create a new Builder instance without any provider, e.g. for creating new ConversionContext instances for querying.
ConversionContext.Builder(ConversionContext) - Constructor for class javax.money.convert.ConversionContext.Builder
Create a new Builder, hereby using the given ConversionContext's values as defaults.
ConversionContext.Builder(ProviderContext, RateType) - Constructor for class javax.money.convert.ConversionContext.Builder
Create a new Builder, hereby using the given ConversionContext's values as defaults.
create() - Method in class javax.money.AbstractContext.AbstractBuilder
Creates a new AbstractContext with the data from this Builder instance.
create() - Method in class javax.money.convert.ConversionContext.Builder
Creates a new ConversionContext with the data from this Builder instance.
create() - Method in class javax.money.convert.ExchangeRate.Builder
Builds a new instance of ExchangeRate.
create() - Method in class javax.money.convert.ProviderContext.Builder
Creates a new ProviderContext with the data from this Builder instance.
create() - Method in class javax.money.format.AmountFormatSymbols.Builder
Creates an instance of AmountFormatSymbols given the current data,
create() - Method in interface javax.money.MonetaryAmountFactory
Creates a new instance of MonetaryAmount, using the current data set on this factory.
create() - Method in class javax.money.MonetaryContext.Builder
Builds a new instance of MonetaryContext.
createMonetaryAmountFactory() - Method in interface javax.money.spi.MonetaryAmountFactoryProviderSpi
Access a MonetaryAmountFactory given the required context.
CurrencyConversion - Interface in javax.money.convert
This interface defines a CurrencyConversion that is converting a MonetaryAmount to another MonetaryAmount with a different target CurrencyUnit.
CurrencyConversionException - Exception in javax.money.convert
Exception thrown when a monetary conversion operation fails.
CurrencyConversionException(CurrencyUnit, CurrencyUnit, ConversionContext, String) - Constructor for exception javax.money.convert.CurrencyConversionException
Constructs an CurrencyConversionException with the specified detail message, timestamp, source and target currency.
CurrencyConversionException(CurrencyUnit, CurrencyUnit, ConversionContext) - Constructor for exception javax.money.convert.CurrencyConversionException
Constructs an CurrencyConversionException with the specified source and target currency.
CurrencyConversionException(CurrencyUnit, CurrencyUnit, ConversionContext, String, Throwable) - Constructor for exception javax.money.convert.CurrencyConversionException
Constructs a new exception with the specified source and target currency, detail message and cause.
CurrencyProviderSpi - Interface in javax.money.spi
SPI (core) to be registered using the Bootstrap, which allows to register/provide additional currencies into the system automatically on startup.
CurrencyStyle - Enum in javax.money.format
Defines the different variants of currency formatting.
CurrencySupplier - Interface in javax.money
Represents a supplier of CurrencyUnit-valued results.
CurrencyUnit - Interface in javax.money
A unit of currency.
A B C D E F G H I J L M N O P Q R S T U V W