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

Method containsValue

output/java_guava/1.4.17/HashBiMap.java:243–246  ·  view source on GitHub ↗
(@Nullable Object value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

seekByValueMethod · 0.95
smearedHashMethod · 0.80

Tested by

no test coverage detected