Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ remove
Method
remove
src/org/antlr/codebuff/misc/HashBag.java:62–67 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
60
}
61
62
@Override
63
public
Integer remove(Object key) {
64
Integer I = get(key);
65
data.remove(key);
66
return
I;
67
}
68
69
@Override
70
public
void
putAll(Map<? extends T, ? extends Integer> m) {
Callers
nothing calls this directly
Calls
2
get
Method · 0.95
remove
Method · 0.65
Tested by
no test coverage detected