Inisialisasi hashset dengan nilai java 9

Set<String> strSet = Set.of("Apple", "Ball", "Cat", "Dog");
Black Beaver