Searched defs:newHashSet (Results 1 – 7 of 7) 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
159 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets177 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets213 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets232 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
163 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets181 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets217 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets236 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