Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

...

One of the primary differences I noted was that the Geromino classes containeed contained additional methods such add add(int), subtract(int), and things like that. I find this similar to Henri's suggestion that MutableString contain StringUtils-like methods (split(), capitalize(), etc).

Another difference was the existence of a Mutable interface I (hen) think.

4) List of classes to have mutable versions of

  • String
  • Long
  • Double
  • Character

We would need Int, Boolean and Float as well IMHO. Otherwise the get() becomes a typecast pain.