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

Method createCollection

output/java_guava/1.4.17/HashMultimap.java:118–121  ·  view source on GitHub ↗

{@inheritDoc} Creates an empty HashSet for a collection of values for one key. @return a new HashSet containing a collection of values for one key

()

Source from the content-addressed store, hash-verified

116 */
117
118 @Override
119 Set<V> createCollection() {
120 return Sets.<V>newHashSetWithExpectedSize(expectedValuesPerKey);
121 }
122
123 /**
124 * @serialData expectedValuesPerKey, number of distinct keys, and then for

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected