Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
saturatedAdd
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected