Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ putAll
Method
putAll
classpath/java/util/Map.java:26–26 ·
view source on GitHub ↗
(Map<? extends K,? extends V> elts)
Source
from the content-addressed store, hash-verified
24
public
V put(K key, V value);
25
26
public
void
putAll(Map<? extends K,? extends V> elts);
27
28
public
V remove(Object key);
29
Callers
5
putAll
Method · 0.65
LinkedHashMap
Method · 0.65
putAll
Method · 0.65
putAll
Method · 0.65
putAll
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected