Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ remove
Method
remove
output/java_guava/1.4.17/ForwardingMap.java:81–85 ·
view source on GitHub ↗
(Object object)
Source
from the content-addressed store, hash-verified
79
}
80
81
@CanIgnoreReturnValue
82
@Override
83
public
V remove(Object object) {
84
return
delegate().remove(object);
85
}
86
87
@Override
88
public
void
clear() {
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
remove
Method · 0.65
Tested by
no test coverage detected