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

Method putAll

output/java_guava/1.4.13/ForwardingCache.java:88–91  ·  view source on GitHub ↗

@since 12.0

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
putAllMethod · 0.65

Tested by

no test coverage detected