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 | Field and Description |
---|---|
static FastMoney |
FastMoney.MAX_VALUE
Maximum possible value supported, using XX (no currency).
|
static FastMoney |
FastMoney.MIN_VALUE
Minimum possible value supported, using XX (no currency).
|
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(Number divisor) |
FastMoney[] |
FastMoney.divideAndRemainder(double amount) |
FastMoney[] |
FastMoney.divideAndRemainder(long amount) |
FastMoney[] |
FastMoney.divideAndRemainder(Number divisor) |
FastMoney |
FastMoney.divideToIntegralValue(double divisor) |
FastMoney |
FastMoney.divideToIntegralValue(long divisor) |
FastMoney |
FastMoney.divideToIntegralValue(Number divisor) |
static FastMoney |
FastMoney.from(javax.money.MonetaryAmount amount) |
FastMoney |
FastMoney.multiply(double amount) |
FastMoney |
FastMoney.multiply(long multiplicand) |
FastMoney |
FastMoney.multiply(Number multiplicand) |
FastMoney |
FastMoney.negate() |
static FastMoney |
FastMoney.of(Number number,
javax.money.CurrencyUnit currency)
Static factory method for creating a new instance of
FastMoney . |
static FastMoney |
FastMoney.of(Number number,
String currencyCode)
Static factory method for creating a new instance of
FastMoney . |
static FastMoney |
FastMoney.of(javax.money.NumberValue numberBinding,
javax.money.CurrencyUnit currency)
Static factory method for creating a new instance of
FastMoney . |
static FastMoney |
FastMoney.parse(CharSequence text)
Obtains an instance of FastMoney from a text string such as 'EUR 25.25'.
|
static FastMoney |
FastMoney.parse(CharSequence text,
javax.money.format.MonetaryAmountFormat formatter)
Obtains an instance of FastMoney from a text using specific formatter.
|
FastMoney |
FastMoney.plus() |
FastMoney |
FastMoney.remainder(double amount) |
FastMoney |
FastMoney.remainder(long number) |
FastMoney |
FastMoney.remainder(Number divisor) |
FastMoney |
FastMoney.scaleByPowerOfTen(int n) |
FastMoney |
FastMoney.stripTrailingZeros() |
FastMoney |
FastMoney.subtract(javax.money.MonetaryAmount subtrahend) |
FastMoney |
FastMoney.with(javax.money.MonetaryOperator operator) |
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmountFactory<FastMoney> |
FastMoney.getFactory() |
Modifier and Type | Method and Description |
---|---|
protected FastMoney |
FastMoneyAmountBuilder.create(Number number,
javax.money.CurrencyUnit currency,
javax.money.MonetaryContext monetaryContext) |
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmountFactory<FastMoney> |
FastMoneyAmountFactoryProvider.createMonetaryAmountFactory() |
Class<FastMoney> |
FastMoneyAmountFactoryProvider.getAmountType() |
Class<FastMoney> |
FastMoneyAmountBuilder.getAmountType() |
Copyright © 2012-2015 JavaMoney. All Rights Reserved.