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

Method forcePut

output/java_guava/1.4.17/HashBiMap.java:260–264  ·  view source on GitHub ↗
(@Nullable K key, @Nullable V value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

putMethod · 0.95

Tested by

no test coverage detected