What is the reason for not allowing a Long (this goes for all the wrapper classes for primitive types) to be changed once it has been constructed? I want to pass a Long object to a function, change it and return a status code. I can't do it using a Long, why not? Is there a decent solution to this problem?
Thanks,
Joe
