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

Method create

output/java_guava/1.4.17/ArrayListMultimap.java:77–79  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

75 * capacities.
76 */
77 public static <K, V> ArrayListMultimap<K, V> create() {
78 return new ArrayListMultimap<K, V>();
79 }
80
81 /**
82 * Constructs an empty {@code ArrayListMultimap} with enough capacity to hold

Callers 3

examineCorpusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected