Hello,
I do like the new mutable classes; I can use them now in our project as
a matter of fact.
Two issues,
1st minor: there are a bunch of unnecessary type-casts, I'd like to
remove those if no one objects. For example, in MutableInteger, this
cast to long is superfluous:
public long longValue() {
return (long) value;
}
2nd: There is no MutableNumber class. It seems to me that the mutable
number classes are paralle to java.lang.Number classes and should
therefore also be subclasssed from a MutableNumber.
Thoughts?
Gary
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]