Searched defs:newLinkedHashMapWithExpectedSize (Results 1 – 4 of 4) sorted by relevance
73 public static <K, V> LinkedHashMap<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in DaggerCollections
41 static <K, V> Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in Platform
44 static <K, V> Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in Platform
38 static <K, V> Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in Platform