MCPcopy 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

putAllMethod · 0.95

Calls 2

addMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected