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