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

Method size

corpus/java/training/guava/collect/Multisets.java:543–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

541 }
542
543 @Override
544 public int size() {
545 return IntMath.saturatedAdd(multiset1.size(), multiset2.size());
546 }
547
548 @Override
549 public int count(Object element) {

Callers

nothing calls this directly

Calls 2

saturatedAddMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected