Searched defs:numMappings (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | LinkedHashMap.annotated.java | 78 public static <K, V> java.util.LinkedHashMap<K,V> newLinkedHashMap(int numMappings) { throw new Run… in newLinkedHashMap()
|
D | HashMap.annotated.java | 89 public static <K, V> java.util.HashMap<K,V> newHashMap(int numMappings) { throw new RuntimeExceptio… in newHashMap()
|
/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()
|
/libcore/ojluni/src/main/java/java/util/ |
D | HashMap.java | 2561 static int calculateHashMapCapacity(int numMappings) { in calculateHashMapCapacity() 2578 public static <K, V> HashMap<K, V> newHashMap(int numMappings) { in newHashMap()
|
D | LinkedHashMap.java | 1112 public static <K, V> LinkedHashMap<K, V> newLinkedHashMap(int numMappings) { in newLinkedHashMap()
|