Searched defs:expectedKeys (Results 1 – 4 of 4) sorted by relevance
73 int expectedKeys, int expectedValuesPerKey) { in create()93 private HashMultimap(int expectedKeys, int expectedValuesPerKey) { in HashMultimap()
86 int expectedKeys, int expectedValuesPerKey) { in create()106 private ArrayListMultimap(int expectedKeys, int expectedValuesPerKey) { in ArrayListMultimap()
101 int expectedKeys, int expectedValuesPerKey) { in create()124 private LinkedHashMultimap(int expectedKeys, int expectedValuesPerKey) { in LinkedHashMultimap()
144 public static <K, V> LinkedListMultimap<K, V> create(int expectedKeys) { in create()166 private LinkedListMultimap(int expectedKeys) { in LinkedListMultimap()