Ok, look. I have ArrayList<ArrayList<String>> which contains 3 different ArrayList<String> items. I'm passing this ArrayList<ArrayList<String>> to client.
I'm stuck at "extracting" items from this ArrayList<ArrayList<String>>. How can I "extract" items from ArrayList<ArrayList<String>> to 3 different ArrayList<String>??? In one turn(optionally); Thanks in advance!