Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ contains
Method
contains
output/java_guava/1.4.19/Maps.java:3701–3704 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
3699
}
3700
3701
@Override
3702
public
boolean contains(Object o) {
3703
return
map().containsKey(o);
3704
}
3705
3706
@Override
3707
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