Uses of Class
com.aoapps.lang.i18n.Monies
Packages that use Monies
Package
Description
Internationalization (i18n) utilities shared by many projects.
-
Uses of Monies in com.aoapps.lang.i18n
Methods in com.aoapps.lang.i18n that return MoniesModifier and TypeMethodDescriptionMonies.multiply
(BigDecimal multiplicand) Multiplies without rounding.Monies.multiply
(BigDecimal multiplicand, RoundingMode roundingMode) Multiplies with rounding.Monies.negate()
Returns with monetary amounts that are the negative of these amounts.static Monies
Monies.of()
static Monies
static Monies
Combines all the provided the money, adding together any that have the same currency.static Monies
Combines all the provided the money, adding together any that have the same currency.Monies.removeZeros()
Removes all currencies with a zero monetary value.Methods in com.aoapps.lang.i18n with parameters of type Monies