Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ containsAll
Method
containsAll
output/java_guava/1.4.17/Multisets.java:982–985 ·
view source on GitHub ↗
(Collection<?> c)
Source
from the content-addressed store, hash-verified
980
}
981
982
@Override
983
public
boolean containsAll(Collection<?> c) {
984
return
multiset().containsAll(c);
985
}
986
987
@Override
988
public
boolean isEmpty() {
Callers
nothing calls this directly
Calls
2
multiset
Method · 0.95
containsAll
Method · 0.65
Tested by
no test coverage detected