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

Method containsValue

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

Source from the content-addressed store, hash-verified

244 }
245
246 @Override
247 public boolean containsValue(@Nullable Object value) {
248 return seekByValue(value, smearedHash(value)) != null;
249 }
250
251 @Nullable
252 @Override

Callers

nothing calls this directly

Calls 2

seekByValueMethod · 0.95
smearedHashMethod · 0.80

Tested by

no test coverage detected