Uses of Class
com.storedobject.core.Count
Packages that use Count
-
Uses of Count in com.storedobject.core
Fields in com.storedobject.core declared as CountMethods in com.storedobject.core that return CountModifier and TypeMethodDescriptionCount.absolute()
Absolute value of this quantity.Add quantityAdd quantity valueCount.add
(BigDecimal quantity) Add quantityCount.divide
(double divisor) Divide the quantity with a valueCount.divide
(BigDecimal divisor) Divide the quantity with a valueCount.multiply
(double multiplicand) MultiplyCount.multiply
(BigDecimal multiplicand) MultiplyCount.negate()
Reverses the sign of this quantitySubtract quantitySubtract quantityCount.subtract
(BigDecimal quantity) Subtract quantityCount.zero()
Create a quantity of this type with zero value.