Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java89 @libcore.util.NonNull public static <K, V> java.util.HashMap<K, V> newHashMap(int numMappings) { th… in newHashMap() method in HashMap
/libcore/ojluni/annotations/flagged_api/java/util/
DHashMap.annotated.java89 public static <K, V> java.util.HashMap<K,V> newHashMap(int numMappings) { throw new RuntimeExceptio… in newHashMap() method in HashMap
/libcore/ojluni/src/main/java/java/util/
DHashMap.java2578 public static <K, V> HashMap<K, V> newHashMap(int numMappings) { in newHashMap() method in HashMap