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

Method put

output/java_guava/1.4.13/AbstractBiMap.java:118–122  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

116 // Modification Operations
117
118 @CanIgnoreReturnValue
119 @Override
120 public V put(@Nullable K key, @Nullable V value) {
121 return putInBothMaps(key, value, false);
122 }
123
124 @CanIgnoreReturnValue
125 @Override

Callers 1

putAllMethod · 0.95

Calls 1

putInBothMapsMethod · 0.95

Tested by

no test coverage detected