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

Method containsKey

corpus/java/training/guava/collect/HashBiMap.java:241–244  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

239 }
240
241 @Override
242 public boolean containsKey(@Nullable Object key) {
243 return seekByKey(key, smearedHash(key)) != null;
244 }
245
246 @Override
247 public boolean containsValue(@Nullable Object value) {

Callers

nothing calls this directly

Calls 2

seekByKeyMethod · 0.95
smearedHashMethod · 0.80

Tested by

no test coverage detected