Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The mutable package covers most of the standard immutable data-types, but not BigDecimal or BigInteger.
I actually had a need for a mutable BigDecimal today (money amount "out parameter") and noticed the lack.
With these two done, that would be all subclasses of java.lang.Number covered...