MCPcopy Create free account
hub / github.com/antlr/codebuff / putAll

Method putAll

corpus/java/training/guava/collect/ForwardingMap.java:111–114  ·  view source on GitHub ↗
(Map<? extends K, ? extends V> map)

Source from the content-addressed store, hash-verified

109 }
110
111 @Override
112 public void putAll(Map<? extends K, ? extends V> map) {
113 delegate().putAll(map);
114 }
115
116 @Override
117 public Set<K> keySet() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
putAllMethod · 0.65

Tested by

no test coverage detected