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

Method put

corpus/java/training/guava/collect/HashBiMap.java:257–261  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

255 }
256
257 @CanIgnoreReturnValue
258 @Override
259 public V put(@Nullable K key, @Nullable V value) {
260 return put(key, value, false);
261 }
262
263 @CanIgnoreReturnValue
264 @Override

Callers 1

forcePutMethod · 0.95

Calls 7

seekByKeyMethod · 0.95
equalMethod · 0.95
seekByValueMethod · 0.95
deleteMethod · 0.95
insertMethod · 0.95
rehashIfNecessaryMethod · 0.95
smearedHashMethod · 0.80

Tested by

no test coverage detected