Home
last modified time | relevance | path

Searched defs:newHashSet (Results 1 – 3 of 3) sorted by relevance

/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/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/src/main/java/java/util/
DHashSet.java396 public static <T> HashSet<T> newHashSet(int numElements) { in newHashSet() method in HashSet