DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22717>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22717 [lang] mutable numbers ------- Additional Comments From [EMAIL PROTECTED] 2003-08-26 05:30 ------- These classes look familiar to me, and I recognize the author (Jason Dillon). >From what I can tell, they are pretty much identical to a set of classes in JBoss, which is where I got the idea from. The primary difference in the Geronimo implementation is the addition of the Mutable interface, which contains the generic getValue/setValue methods. I don't have a problem with adding these methods if no one objects. I created value methods for the wrapper classes, similar to the primitive value methods in the class java.lang.Number, such as: Integer intObject Float floatObject Which one is preffered, the aforementioned methods, or a simple getValue method? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
