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

Method size

output/java_guava/1.4.18/Multisets.java:558–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

556 }
557
558 @Override
559 public int size() {
560 return IntMath.saturatedAdd(multiset1.size(), multiset2.size());
561 }
562
563 @Override
564 public int count(Object element) {

Callers

nothing calls this directly

Calls 2

saturatedAddMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected