Package | Description |
---|---|
org.javamoney.moneta |
Platform RI: Defines the core/platform API and contains essential implementing classes.
|
Modifier and Type | Method and Description |
---|---|
FastMoney |
FastMoney.abs() |
FastMoney |
FastMoney.add(javax.money.MonetaryAmount amount) |
FastMoney |
FastMoney.divide(javax.money.MonetaryAmount divisor) |
FastMoney |
FastMoney.divide(Number divisor) |
FastMoney[] |
FastMoney.divideAndRemainder(javax.money.MonetaryAmount divisor) |
FastMoney[] |
FastMoney.divideAndRemainder(Number divisor) |
FastMoney |
FastMoney.divideToIntegralValue(javax.money.MonetaryAmount divisor) |
FastMoney |
FastMoney.divideToIntegralValue(Number divisor) |
static FastMoney |
FastMoney.from(javax.money.MonetaryAmount amount) |
FastMoney |
FastMoney.multiply(javax.money.MonetaryAmount multiplicand) |
FastMoney |
FastMoney.multiply(Number multiplicand) |
FastMoney |
FastMoney.negate() |
static FastMoney |
FastMoney.of(javax.money.CurrencyUnit currency,
BigDecimal number)
Translates a
BigDecimal value and a CurrencyUnit currency
into a Money . |
static FastMoney |
FastMoney.of(javax.money.CurrencyUnit currency,
Number number)
Static factory method for creating a new instance of
FastMoney . |
static FastMoney |
FastMoney.of(String currencyCode,
Number number)
Static factory method for creating a new instance of
FastMoney . |
FastMoney |
FastMoney.plus() |
FastMoney |
FastMoney.pow(int n) |
FastMoney |
FastMoney.remainder(javax.money.MonetaryAmount divisor) |
FastMoney |
FastMoney.remainder(Number divisor) |
FastMoney |
FastMoney.scaleByPowerOfTen(int n) |
FastMoney |
FastMoney.subtract(javax.money.MonetaryAmount subtrahend) |
FastMoney |
FastMoney.ulp() |
FastMoney |
FastMoney.with(Number number) |
Modifier and Type | Method and Description |
---|---|
int |
FastMoney.compareTo(FastMoney o) |
Copyright © 2012–2013 JSR 354 - Expert Group. All rights reserved.