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

Method create

output/java_guava/1.4.17/LinkedHashMultiset.java:53–55  ·  view source on GitHub ↗

Creates a new, empty LinkedHashMultiset using the default initial capacity.

()

Source from the content-addressed store, hash-verified

51 */
52
53 public static <E> LinkedHashMultiset<E> create() {
54 return new LinkedHashMultiset<E>();
55 }
56
57 /**
58 * Creates a new, empty {@code LinkedHashMultiset} with the specified expected

Callers 4

copyOfMethod · 0.95
copyFromElementsMethod · 0.95
readResolveMethod · 0.95
BuilderMethod · 0.95

Calls 2

inferDistinctElementsMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected