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

Method putAll

output/java_guava/1.4.16/ForwardingCache.java:89–92  ·  view source on GitHub ↗

@since 12.0

(Map<? extends K, ? extends V> m)

Source from the content-addressed store, hash-verified

87 */
88
89 @Override
90 public void putAll(Map<? extends K, ? extends V> m) {
91 delegate().putAll(m);
92 }
93
94 @Override
95 public void invalidate(Object key) {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
putAllMethod · 0.65

Tested by

no test coverage detected