MCPcopy Create free account
hub / github.com/ReadyTalk/avian / putAll

Method putAll

classpath/java/util/IdentityHashMap.java:48–50  ·  view source on GitHub ↗
(Map<? extends K,? extends V> elts)

Source from the content-addressed store, hash-verified

46 }
47
48 public void putAll(Map<? extends K,? extends V> elts) {
49 map.putAll(elts);
50 }
51
52 public V remove(Object key) {
53 return map.remove(key);

Callers

nothing calls this directly

Calls 1

putAllMethod · 0.65

Tested by

no test coverage detected