Searched defs:newHashSet (Results 1 – 3 of 3) sorted by relevance
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
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
53 private static HashSet<String> newHashSet(String... strings) { in newHashSet() method in MappingFileProviderTest