*I have a error message "ConcurrentModificationException" When i try to add a new element in the end of list also i want get values.
for(Node root:node.getChild())
//get values root.get...
nodC=new Node();
node.getChild().add(nodeC);
Thank you.