Home
last modified time | relevance | path

Searched refs:newHashSet (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DHashSetTest.java33 HashSet<String> h1 = HashSet.newHashSet(5); in testNewHashSet()
/libcore/ojluni/annotations/flagged_api/java/util/
DHashSet.annotated.java63 public static <T> java.util.HashSet<T> newHashSet(int numElements) { throw new RuntimeException("St… in newHashSet() method in HashSet
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashSet.annotated.java59 @libcore.util.NonNull public static <T> java.util.HashSet<T> newHashSet(int numElements) { throw ne… in newHashSet() method in HashSet
/libcore/ojluni/src/main/java/java/util/
DHashSet.java396 public static <T> HashSet<T> newHashSet(int numElements) { in newHashSet() method in HashSet
/libcore/api/
Dcurrent.txt13971 …dApi("com.android.libcore.v_apis") @NonNull public static <T> java.util.HashSet<T> newHashSet(int);