for(String s : Arrays.asList("one", "two", "three")) { System.out.println(s); }