Searched defs:newLinkedHashMapWithExpectedSize (Results 1 – 4 of 4) sorted by relevance
72 public static <K, V> LinkedHashMap<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in DaggerCollections
45 Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in Platform
47 Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in Platform
40 static <K, V> Map<K, V> newLinkedHashMapWithExpectedSize(int expectedSize) { in newLinkedHashMapWithExpectedSize() method in Platform