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

Method createMap

output/java_guava/1.4.16/MultimapBuilder.java:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 checkNonnegative(expectedKeys, "expectedKeys");
100 return new MultimapBuilderWithKeys<Object>() {
101 @Override
102 <K, V> Map<K, Collection<V>> createMap() {
103 return Maps.newHashMapWithExpectedSize(expectedKeys);
104 }
105 };
106 }
107

Callers 1

buildMethod · 0.45

Tested by

no test coverage detected