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

Method create

output/java_guava/1.4.16/LinkedHashMultimap.java:90–92  ·  view source on GitHub ↗

Creates a new, empty LinkedHashMultimap with the default initial capacities.

()

Source from the content-addressed store, hash-verified

88 */
89
90 public static <K, V> LinkedHashMultimap<K, V> create() {
91 return new LinkedHashMultimap<K, V>(DEFAULT_KEY_CAPACITY, DEFAULT_VALUE_SET_CAPACITY);
92 }
93
94 /**
95 * Constructs an empty {@code LinkedHashMultimap} with enough capacity to hold

Callers

nothing calls this directly

Calls 4

capacityMethod · 0.95
sizeMethod · 0.65
keySetMethod · 0.65
putAllMethod · 0.65

Tested by

no test coverage detected