Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ put
Method
put
output/java_guava/1.4.16/AbstractMultimap.java:68–72 ·
view source on GitHub ↗
(@Nullable K key, @Nullable V value)
Source
from the content-addressed store, hash-verified
66
}
67
68
@CanIgnoreReturnValue
69
@Override
70
public
boolean put(@Nullable K key, @Nullable V value) {
71
return
get(key).add(value);
72
}
73
74
@CanIgnoreReturnValue
75
@Override
Callers
1
putAll
Method · 0.95
Calls
2
add
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected