Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ remove
Method
remove
classpath/java/util/WeakHashMap.java:71–74 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
69
}
70
71
public
V remove(Object key) {
72
poll();
73
return
map.remove(key);
74
}
75
76
public
void
clear() {
77
map.clear();
Callers
nothing calls this directly
Calls
2
poll
Method · 0.95
remove
Method · 0.65
Tested by
no test coverage detected