Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ remove
Method
remove
classpath/java/util/HashMap.java:243–245 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
241
}
242
243
public
Entry<K,V> remove(Object key) {
244
return
removeCell(key);
245
}
246
247
public
void
clear() {
248
HashMap.this.clear();
Callers
nothing calls this directly
Calls
1
removeCell
Method · 0.45
Tested by
no test coverage detected