Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ contains
Method
contains
corpus/java/training/guava/collect/Maps.java:3636–3639 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
3634
}
3635
3636
@Override
3637
public
boolean contains(Object o) {
3638
return
map().containsKey(o);
3639
}
3640
3641
@Override
3642
public
boolean remove(Object o) {
Callers
2
remove
Method · 0.95
remove
Method · 0.95
Calls
2
map
Method · 0.95
containsKey
Method · 0.65
Tested by
no test coverage detected