for (String s : c) System.out.println(s);
List<String> l = new ArrayList<String>(); l.add("Toronto"); l.add("Stockholm"); iterate(l);