Close
jGuru Forums
Posted By: mahender_kumar Posted On: Tuesday, July 24, 2007 02:55 PM
I NEED TO MAKE AN OBJECT IMMUTABLE Please use html tags to format code blocks.
Re: make object immutable
Posted By: WarnerJan_Veldhuis Posted On: Wednesday, July 25, 2007 04:56 AM
Posted By: Tim_Frith Posted On: Tuesday, July 24, 2007 05:41 PM
unmodifiableCollection() does that. There are other versions for List, Map, etc.