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

Method getCount

output/java_guava/1.4.17/TreeMultiset.java:355–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354
355 @Override
356 public int getCount() {
357 int result = baseEntry.getCount();
358 if (result == 0) {
359 return count(getElement());
360 } else {
361 return result;
362 }
363 }
364 };
365 }
366

Callers

nothing calls this directly

Calls 3

countMethod · 0.95
getElementMethod · 0.95
getCountMethod · 0.65

Tested by

no test coverage detected