Searched defs:newHashSet (Results 1 – 8 of 8) sorted by relevance
12 public static <V> Set<V> newHashSet() { in newHashSet() method in Sets16 public static <V> Set<V> newHashSet(Collection<V> c) { in newHashSet() method in Sets
163 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets180 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets204 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets222 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
213 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets230 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets254 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets272 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
27 public static <K> Set<K> newHashSet() { in newHashSet() method in Sets
45 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets
55 private static HashSet<String> newHashSet(String... strings) { in newHashSet() method in MappingFileProviderTest
53 private static HashSet<String> newHashSet(String... strings) { in newHashSet() method in MappingFileProviderTest
29 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in CollectionUtil