Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ put
Method
put
output/java_guava/1.4.17/ForwardingMap.java:107–111 ·
view source on GitHub ↗
(K key, V value)
Source
from the content-addressed store, hash-verified
105
}
106
107
@CanIgnoreReturnValue
108
@Override
109
public
V put(K key, V value) {
110
return
delegate().put(key, value);
111
}
112
113
@Override
114
public
void
putAll(Map<? extends K, ? extends V> map) {
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
put
Method · 0.65
Tested by
no test coverage detected