MCPcopy Index your code
hub / github.com/antlr/codebuff / forcePut

Method forcePut

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

Source from the content-addressed store, hash-verified

540 }
541
542 @Override
543 public K forcePut(@Nullable V value, @Nullable K key) {
544 return putInverse(value, key, true);
545 }
546
547 @Override
548 public K remove(@Nullable Object value) {

Callers

nothing calls this directly

Calls 1

putInverseMethod · 0.45

Tested by

no test coverage detected