initialize a hashset with values java code example Example: initialize hashset java Set<String> h = new HashSet<>(Arrays.asList("a", "b"));