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

Method put

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

Source from the content-addressed store, hash-verified

550 }
551
552 @Override
553 public K put(@Nullable V value, @Nullable K key) {
554 return putInverse(value, key, false);
555 }
556
557 @Override
558 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