Laço no Set

Set<String> set = new HashSet<String> ();

for (String s : set) {
    System.out.println(s);
}

Comentários