Set<String> set = new HashSet<String>(); //populate set for (String s : set) { System.out.println(s); }