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

Method build

output/java_guava/1.4.17/MultimapBuilder.java:452–452  ·  view source on GitHub ↗

Returns a new, empty Multimap with the specified implementation.

()

Source from the content-addressed store, hash-verified

450
451
452 public abstract <K extends K0, V extends V0> Multimap<K, V> build();
453
454 /**
455 * Returns a {@code Multimap} with the specified implementation, initialized with the entries of

Callers 3

buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45

Calls 1

putAllMethod · 0.65

Tested by

no test coverage detected