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

Method putAll

output/java_guava/1.4.17/Maps.java:3129–3132  ·  view source on GitHub ↗
(Map<? extends K, ? extends V> m)

Source from the content-addressed store, hash-verified

3127 }
3128
3129 @Override
3130 public void putAll(Map<? extends K, ? extends V> m) {
3131 filteredDelegate.putAll(m);
3132 }
3133
3134 @Override
3135 public void clear() {

Callers

nothing calls this directly

Calls 1

putAllMethod · 0.65

Tested by

no test coverage detected