I'm a newbie so this is probably dumb but here goes.
If your arraylist is storing REF types instead of VALUE types, there should be no duplication of data when you copy it into the array.
Perhaps the problem is that you are storing value types? In which case I don't know any more suggestions!
|