Searched defs:newHashMapWithExpectedSize (Results 1 – 3 of 3) sorted by relevance
36 Map<K, V> newHashMapWithExpectedSize(int expectedSize) { in newHashMapWithExpectedSize() method in Platform
40 Map<K, V> newHashMapWithExpectedSize(int expectedSize) { in newHashMapWithExpectedSize() method in Platform
36 static <K, V> Map<K, V> newHashMapWithExpectedSize(int expectedSize) { in newHashMapWithExpectedSize() method in Platform