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