MCPcopy Index your code
hub / github.com/antlr/codebuff / create

Method create

output/java_guava/1.4.18/HashMultiset.java:43–45  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

41 */
42
43 public static <E> HashMultiset<E> create() {
44 return new HashMultiset<E>();
45 }
46
47 /**
48 * Creates a new, empty {@code HashMultiset} with the specified expected

Callers 4

predecessorsMethod · 0.95
successorsMethod · 0.95
isPermutationMethod · 0.95
adjacentNodesMethod · 0.95

Calls 2

inferDistinctElementsMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected