Searched defs:newHashSet (Results 1 – 3 of 3) sorted by relevance
59 @libcore.util.NonNull public static <T> java.util.HashSet<T> newHashSet(int numElements) { throw ne… in newHashSet() method in HashSet
63 public static <T> java.util.HashSet<T> newHashSet(int numElements) { throw new RuntimeException("St… in newHashSet() method in HashSet
396 public static <T> HashSet<T> newHashSet(int numElements) { in newHashSet() method in HashSet