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

Method size

output/java_guava/1.4.18/TreeMultiset.java:229–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227 }
228
229 @Override
230 public int size() {
231 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE));
232 }
233
234 @Override
235 int distinctElements() {

Callers

nothing calls this directly

Calls 2

saturatedCastMethod · 0.95
aggregateForEntriesMethod · 0.95

Tested by

no test coverage detected