Searched defs:newHashSet (Results 1 – 4 of 4) sorted by relevance
156 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets174 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets210 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets229 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
153 public static <E> HashSet<E> newHashSet() { in newHashSet() method in Sets171 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in Sets207 public static <E> HashSet<E> newHashSet(Iterable<? extends E> elements) { in newHashSet() method in Sets226 public static <E> HashSet<E> newHashSet(Iterator<? extends E> elements) { in newHashSet() method in Sets
20 public static <E> HashSet<E> newHashSet(E... elements) { in newHashSet() method in CollectionUtil
53 private static HashSet<String> newHashSet(String... strings) { in newHashSet() method in MappingFileProviderTest