ArrayList<ArrayList<String>> nodes = new ArrayList<ArrayList<String>>(); ArrayList<String> nodeList = new ArrayList<String>(); nodes.add(nodeList);