0

My ArrayList looks like this:

Parent1, Parent2, ..., Parentn

Each Parent has a ChildList

Child1, Child2, ..., Childm

Every Child holds some Strings, int etc.

How do I create a deep copy of it?

icedwater
  • 4,701
  • 3
  • 35
  • 50
XxGoliathusxX
  • 922
  • 13
  • 34
  • You could create an image to make this more clear. – m02ph3u5 Oct 09 '15 at 15:59
  • 3
    Possible duplicate of [How to clone ArrayList and also clone its contents?](http://stackoverflow.com/questions/715650/how-to-clone-arraylist-and-also-clone-its-contents) – ci_ Oct 09 '15 at 16:01

0 Answers0