Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ putAll
Method
putAll
classpath/java/util/WeakHashMap.java:67–69 ·
view source on GitHub ↗
(Map<? extends K,? extends V> elts)
Source
from the content-addressed store, hash-verified
65
}
66
67
public
void
putAll(Map<? extends K,? extends V> elts) {
68
map.putAll(elts);
69
}
70
71
public
V remove(Object key) {
72
poll();
Callers
nothing calls this directly
Calls
1
putAll
Method · 0.65
Tested by
no test coverage detected