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

Method forcePut

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

Source from the content-addressed store, hash-verified

261 }
262
263 @CanIgnoreReturnValue
264 @Override
265 public V forcePut(@Nullable K key, @Nullable V value) {
266 return put(key, value, true);
267 }
268
269 private V put(@Nullable K key, @Nullable V value, boolean force) {
270 int keyHash = smearedHash(key);

Callers

nothing calls this directly

Calls 1

putMethod · 0.95

Tested by

no test coverage detected