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

Method get

corpus/java/training/guava/collect/HashBiMap.java:547–550  ·  view source on GitHub ↗
(@Nullable Object value)

Source from the content-addressed store, hash-verified

545 }
546
547 @Override
548 public K get(@Nullable Object value) {
549 return Maps.keyOrNull(seekByValue(value, smearedHash(value)));
550 }
551
552 @Override
553 public K put(@Nullable V value, @Nullable K key) {

Callers

nothing calls this directly

Calls 3

keyOrNullMethod · 0.95
smearedHashMethod · 0.80
seekByValueMethod · 0.45

Tested by

no test coverage detected