I need to make a copy of HashMap > but when I change something in the copy I want the original to stay the same. i.e w
HashMap >
You can try deep cloning. Have a look for example at https://code.google.com/p/cloning/