MCPcopy Create free account
hub / github.com/antlr/codebuff / HashMultimap

Method HashMultimap

output/java_guava/1.4.18/HashMultimap.java:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 private HashMultimap() {
96 super(new HashMap<K, Collection<V>>());
97 }
98
99 private HashMultimap(int expectedKeys, int expectedValuesPerKey) {
100 super(Maps.<K, Collection<V>>newHashMapWithExpectedSize(expectedKeys));

Callers

nothing calls this directly

Calls 5

checkArgumentMethod · 0.95
sizeMethod · 0.65
keySetMethod · 0.65
putAllMethod · 0.65

Tested by

no test coverage detected