Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delegate
Method · 0.95
putAll
Method · 0.65
Tested by
no test coverage detected