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

Method get

output/java_guava/1.4.17/HashBiMap.java:248–252  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

246 }
247
248 @Nullable
249 @Override
250 public V get(@Nullable Object key) {
251 return Maps.valueOrNull(seekByKey(key, smearedHash(key)));
252 }
253
254 @CanIgnoreReturnValue
255 @Override

Callers

nothing calls this directly

Calls 3

valueOrNullMethod · 0.95
seekByKeyMethod · 0.95
smearedHashMethod · 0.80

Tested by

no test coverage detected