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

Method size

output/java_guava/1.4.17/Multisets.java:1007–1010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1005 }
1006
1007 @Override
1008 public int size() {
1009 return multiset().entrySet().size();
1010 }
1011 }
1012
1013

Callers

nothing calls this directly

Calls 3

multisetMethod · 0.95
sizeMethod · 0.65
entrySetMethod · 0.65

Tested by

no test coverage detected