Class ScaleTwoDecimal

All Implemented Interfaces:
Serializable, Comparable<ScaleTwoDecimal>

public final class ScaleTwoDecimal extends AbstractDecimal<ScaleTwoDecimal>
This class is a wrapper around BigDecimal. It exposes the only the needed functionality of BigDecimal, uses a standard RoundingMode of RoundingMode.HALF_UP and uses a standard SCALE of 2. This class is, like BigDecimal, immutable; even methods which might be expected to change the value actually just return a new instance with the new value.
See Also: