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

Method put

output/java_guava/1.4.17/AbstractBiMap.java:120–124  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

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

Callers 1

putAllMethod · 0.95

Calls 1

putInBothMapsMethod · 0.95

Tested by

no test coverage detected