Uses of Class
com.aoapps.lang.i18n.Money
-
Packages that use Money Package Description com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects. -
-
Uses of Money in com.aoapps.lang.i18n
Methods in com.aoapps.lang.i18n that return Money Modifier and Type Method Description MoneyMoney. add(Money addend)MoneyMonies. get(Currency currency)MoneyMoney. multiply(BigDecimal multiplicand)Multiplies without rounding.MoneyMoney. multiply(BigDecimal multiplicand, RoundingMode roundingMode)Multiplies with rounding.MoneyMoney. negate()Returns a monetary amount that is the negative of this amount.static MoneyMoney. parseMoney(Currency currency, Locale locale, String value)MoneyMoney. subtract(Money subtrahend)Methods in com.aoapps.lang.i18n that return types with arguments of type Money Modifier and Type Method Description Map<Currency,Money>Monies. getMap()Collection<Money>Monies. getValues()Iterator<Money>Monies. iterator()Methods in com.aoapps.lang.i18n with parameters of type Money Modifier and Type Method Description MoneyMoney. add(Money addend)MoniesMonies. add(Money addend)intMoney. compareTo(Money other)Sorts by currency code and then value.static MoniesMonies. of(Money money)static MoniesMonies. of(Money... monies)Combines all the provided the money, adding together any that have the same currency.MoneyMoney. subtract(Money subtrahend)MoniesMonies. subtract(Money subtrahend)Method parameters in com.aoapps.lang.i18n with type arguments of type Money Modifier and Type Method Description static MoniesMonies. of(Iterable<Money> monies)Combines all the provided the money, adding together any that have the same currency.
-