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

Method put

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

Source from the content-addressed store, hash-verified

535 }
536
537 @Override
538 public K put(@Nullable V value, @Nullable K key) {
539 return putInverse(value, key, false);
540 }
541
542 @Override
543 public K forcePut(@Nullable V value, @Nullable K key) {

Callers

nothing calls this directly

Calls 1

putInverseMethod · 0.45

Tested by

no test coverage detected