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/Maps.java:3697–3700 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
3695
}
3696
3697
@Override
3698
public
boolean contains(Object o) {
3699
return
map().containsKey(o);
3700
}
3701
3702
@Override
3703
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