Package | Description |
---|---|
org.javamoney.moneta |
Contains public core implementation artifacts, e.g. implementations of
MonetaryAmount . |
org.javamoney.moneta.internal |
Contains internal artifacts implementing
CurrencyProviderSpi , MonetaryAmountFactory ,
MonetaryAmountFactoryProviderSpi and RoundingProviderSpi . |
Modifier and Type | Method and Description |
---|---|
FastMoney |
FastMoney.abs() |
FastMoney |
FastMoney.add(javax.money.MonetaryAmount amount) |
FastMoney |
FastMoney.divide(double number) |
FastMoney |
FastMoney.divide(long amount) |
FastMoney |
FastMoney.divide(java.lang.Number divisor) |
FastMoney[] |
FastMoney.divideAndRemainder(double amount) |
FastMoney[] |
FastMoney.divideAndRemainder(long amount) |
FastMoney[] |
FastMoney.divideAndRemainder(java.lang.Number divisor) |
FastMoney |
FastMoney.divideToIntegralValue(double divisor) |
FastMoney |
FastMoney.divideToIntegralValue(long divisor) |
FastMoney |
FastMoney.divideToIntegralValue(java.lang.Number divisor) |
static FastMoney |
FastMoney.from(javax.money.MonetaryAmount amount) |
FastMoney |
FastMoney.multiply(double amount) |
FastMoney |
FastMoney.multiply(long multiplicand) |
FastMoney |
FastMoney.multiply(java.lang.Number multiplicand) |
FastMoney |
FastMoney.negate() |
static FastMoney |
FastMoney.of(javax.money.CurrencyUnit currency,
java.lang.Number number)
Static factory method for creating a new instance of
FastMoney . |
static FastMoney |
FastMoney.of(javax.money.CurrencyUnit currency,
javax.money.NumberValue numberBinding)
Static factory method for creating a new instance of
FastMoney . |
static FastMoney |
FastMoney.of(java.lang.String currencyCode,
java.lang.Number number)
Static factory method for creating a new instance of
FastMoney . |
FastMoney |
FastMoney.plus() |
FastMoney |
FastMoney.remainder(double amount) |
FastMoney |
FastMoney.remainder(long number) |
FastMoney |
FastMoney.remainder(java.lang.Number divisor) |
FastMoney |
FastMoney.scaleByPowerOfTen(int n) |
FastMoney |
FastMoney.stripTrailingZeros() |
FastMoney |
FastMoney.subtract(javax.money.MonetaryAmount subtrahend) |
FastMoney |
FastMoney.with(javax.money.MonetaryOperator adjuster) |
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmountFactory<FastMoney> |
FastMoney.getFactory() |
Modifier and Type | Method and Description |
---|---|
protected FastMoney |
FastMoneyAmountFactory.create(javax.money.CurrencyUnit currency,
java.lang.Number number,
javax.money.MonetaryContext monetaryContext) |
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmountFactory<FastMoney> |
FastMoneyAmountFactoryProvider.createMonetaryAmountFactory() |
java.lang.Class<FastMoney> |
FastMoneyAmountFactoryProvider.getAmountType() |
java.lang.Class<FastMoney> |
FastMoneyAmountFactory.getAmountType() |