Class ScaleThreeDecimal

All Implemented Interfaces:
Serializable, Comparable<ScaleThreeDecimal>

public final class ScaleThreeDecimal extends AbstractDecimal<ScaleThreeDecimal>
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 3. 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: