Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ putAll
Method
putAll
lib/java/util/Collections.java:775–779 ·
view source on GitHub ↗
(Map<? extends K, ? extends V> map)
Source
from the content-addressed store, hash-verified
773
}
774
775
public
void
putAll(Map<? extends K, ? extends V> map) {
776
synchronized (mutex) {
777
m.putAll(map);
778
}
779
}
780
781
public
V remove(Object key) {
782
synchronized (mutex) {
Callers
nothing calls this directly
Calls
1
putAll
Method · 0.65
Tested by
no test coverage detected