I would like to add the following methods to the Mutable* number classes

- increment
- decrement
- addValue(int/short/...)
- addValue(Number)
- subtractValue(int/short/...)
- subtractValue(Number)

Only question is whether we should try to catch overflow conditions or not. That could get quite complex.

Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to