Click to See Complete Forum and Search --> : Wrapper classes for primitive types


JStonoha
August 13th, 1999, 03:47 PM
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