Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ clear
Method
clear
classpath/java/util/IdentityHashMap.java:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
public
void
clear() {
57
map.clear();
58
}
59
60
public
Set<Entry<K, V>> entrySet() {
61
return
map.entrySet();
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected