Uses of Class
com.aoapps.lang.i18n.Monies
-
Packages that use Monies Package Description com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects. -
-
Uses of Monies in com.aoapps.lang.i18n
Methods in com.aoapps.lang.i18n that return Monies Modifier and Type Method Description MoniesMonies. add(Money addend)MoniesMonies. add(Monies addend)MoniesMonies. multiply(BigDecimal multiplicand)Multiplies without rounding.MoniesMonies. multiply(BigDecimal multiplicand, RoundingMode roundingMode)Multiplies with rounding.MoniesMonies. negate()Returns with monetary amounts that are the negative of these amounts.static MoniesMonies. of()static MoniesMonies. of(Money money)static MoniesMonies. of(Money... monies)Combines all the provided the money, adding together any that have the same currency.static MoniesMonies. of(Iterable<Money> monies)Combines all the provided the money, adding together any that have the same currency.MoniesMonies. removeZeros()Removes all currencies with a zero monetary value.MoniesMonies. subtract(Money subtrahend)MoniesMonies. subtract(Monies subtrahend)Methods in com.aoapps.lang.i18n with parameters of type Monies Modifier and Type Method Description MoniesMonies. add(Monies addend)intMonies. compareTo(Monies o)MoniesMonies. subtract(Monies subtrahend)
-