[
https://issues.apache.org/jira/browse/LANG-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell updated LANG-706:
-------------------------------
Fix Version/s: (was: 3.x)
Patch Needed
> Create a MutableNumber interface with methods common to all the mutable
> numbers
> -------------------------------------------------------------------------------
>
> Key: LANG-706
> URL: https://issues.apache.org/jira/browse/LANG-706
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.mutable.*
> Reporter: Juan Carlos Estibariz
> Priority: Minor
> Fix For: Patch Needed
>
>
> With this interface it would be possible to perform generic operations on
> mutable numbers without worrying about the specific type, e.g.
> {code}
> // these two could be created in a different methods
> MutableNumber m = new MutableDouble();
> Number n = ...;
> // this would do the right thing
> m.add(n);
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)