Home
last modified time | relevance | path

Searched defs:numMappings (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/
DWeakHashMap.annotated.java69 public static <K, V> java.util.WeakHashMap<K,V> newWeakHashMap(int numMappings) { throw new Runtime… in newWeakHashMap()
DLinkedHashMap.annotated.java78 public static <K, V> java.util.LinkedHashMap<K,V> newLinkedHashMap(int numMappings) { throw new Run… in newLinkedHashMap()
DHashMap.annotated.java89 public static <K, V> java.util.HashMap<K,V> newHashMap(int numMappings) { throw new RuntimeExceptio… in newHashMap()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DWeakHashMap.annotated.java71 …nNull public static <K, V> java.util.WeakHashMap<K,V> newWeakHashMap(int numMappings) { throw new … in newWeakHashMap()
DHashMap.annotated.java89 @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/
DHashMap.java2561 static int calculateHashMapCapacity(int numMappings) { in calculateHashMapCapacity()
2578 public static <K, V> HashMap<K, V> newHashMap(int numMappings) { in newHashMap()
DWeakHashMap.java1359 public static <K, V> WeakHashMap<K, V> newWeakHashMap(int numMappings) { in newWeakHashMap()
DLinkedHashMap.java1112 public static <K, V> LinkedHashMap<K, V> newLinkedHashMap(int numMappings) { in newLinkedHashMap()