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

Method HashMultiset

output/java_guava/1.4.17/HashMultiset.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 private HashMultiset() {
77 super(new HashMap<E, Count>());
78 }
79
80 private HashMultiset(int distinctElements) {
81 super(Maps.<E, Count>newHashMapWithExpectedSize(distinctElements));

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected