I'm all for simplicity so not trying to catch overflow conditions is
fine by me as long as we document appropriately.

On 3/19/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
> 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]
>
>


--
Steven Caswell
[EMAIL PROTECTED]

(c) 404-693-4148
(o) 404-260-2382

Take back the web - http://www.mozilla.org

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

Reply via email to