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

Method containsKey

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

Source from the content-addressed store, hash-verified

525 }
526
527 @Override
528 public boolean containsKey(@Nullable Object value) {
529 return forward().containsValue(value);
530 }
531
532 @Override
533 public K get(@Nullable Object value) {

Callers

nothing calls this directly

Calls 2

forwardMethod · 0.95
containsValueMethod · 0.65

Tested by

no test coverage detected