Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ putAll
Method
putAll
classpath/java/util/Hashtable.java:59–61 ·
view source on GitHub ↗
(Map<? extends K,? extends V> elts)
Source
from the content-addressed store, hash-verified
57
}
58
59
public
synchronized
void
putAll(Map<? extends K,? extends V> elts) {
60
map.putAll(elts);
61
}
62
63
public
synchronized V remove(Object key) {
64
return
map.remove(key);
Callers
nothing calls this directly
Calls
1
putAll
Method · 0.65
Tested by
no test coverage detected