Searched defs:newHashMap (Results 1 – 3 of 3) sorted by relevance
89 @libcore.util.NonNull public static <K, V> java.util.HashMap<K, V> newHashMap(int numMappings) { th… in newHashMap() method in HashMap
89 public static <K, V> java.util.HashMap<K,V> newHashMap(int numMappings) { throw new RuntimeExceptio… in newHashMap() method in HashMap
2578 public static <K, V> HashMap<K, V> newHashMap(int numMappings) { in newHashMap() method in HashMap