Searched refs:newHashSet (Results 1 – 5 of 5) sorted by relevance
33 HashSet<String> h1 = HashSet.newHashSet(5); in testNewHashSet()
63 public static <T> java.util.HashSet<T> newHashSet(int numElements) { throw new RuntimeException("St… in newHashSet() method in HashSet
59 @libcore.util.NonNull public static <T> java.util.HashSet<T> newHashSet(int numElements) { throw ne… in newHashSet() method in HashSet
396 public static <T> HashSet<T> newHashSet(int numElements) { in newHashSet() method in HashSet
13971 …dApi("com.android.libcore.v_apis") @NonNull public static <T> java.util.HashSet<T> newHashSet(int);