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

Method create

corpus/java/training/guava/collect/HashMultiset.java:41–43  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls 2

inferDistinctElementsMethod · 0.95
addAllMethod · 0.95

Tested by

no test coverage detected