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

Method size

output/java_guava/1.4.19/Multisets.java:557–560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

saturatedAddMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected