Tempatkan nilai dalam hashset

Set<String> set = new HashSet<>(Arrays.asList("a", "b", "c"));
Tytrox