Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ remove
Method
remove
output/java_guava/1.4.18/Maps.java:3702–3709 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
3700
}
3701
3702
@Override
3703
public
boolean remove(Object o) {
3704
if
(contains(o)) {
3705
map().remove(o);
3706
return
true;
3707
}
3708
return
false;
3709
}
3710
3711
@Override
3712
public
void
clear() {
Callers
nothing calls this directly
Calls
3
contains
Method · 0.95
map
Method · 0.95
remove
Method · 0.65
Tested by
no test coverage detected