Searched refs:newHashMap (Results 1 – 10 of 10) sorted by relevance
| /libcore/ojluni/annotations/flagged_api/java/util/ |
| D | HashMap.annotated.java | 89 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/ |
| D | HashSet.java | 120 map = HashMap.newHashMap(Math.max(c.size(), 12)); in HashSet()
|
| D | HashMap.java | 2578 public static <K, V> HashMap<K, V> newHashMap(int numMappings) { in newHashMap() method in HashMap
|
| /libcore/ojluni/src/test/java/util/HashMap/ |
| D | WhiteBoxResizeTest.java | 348 rsc("rshm", size, cap, () -> new MapCapacitiable(HashMap.newHashMap(size))), 437 methods.add(new Object[] {(IntFunction<?>) HashMap::newHashMap, "HashMap::newHashMap"});
|
| /libcore/luni/src/test/java/crossvmtest/java/lang/ |
| D | RecordComponentTest.java | 176 HashMap<String, BigInteger> map = HashMap.newHashMap(1); in testSecondaryConstructors()
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/ |
| D | HashMap.annotated.java | 89 @libcore.util.NonNull public static <K, V> java.util.HashMap<K, V> newHashMap(int numMappings) { th… in newHashMap() method in HashMap
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | HashMapTest.java | 253 HashMap<String, Object> h1 = HashMap.newHashMap(5); in test_newHashMap()
|
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| D | DirectMethodHandle.java | 100 HashMap<MethodKey, Method> accessorMethods = HashMap.newHashMap(4 * 9 * 2);
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | Character.java | 793 private static Map<String, UnicodeBlock> map = HashMap.newHashMap(NUM_ENTITIES); 8765 aliases = HashMap.newHashMap(UNKNOWN.ordinal() + 1);
|
| /libcore/api/ |
| D | current.txt | 14098 method @NonNull public static <K, V> java.util.HashMap<K,V> newHashMap(int);
|