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

Method containsKey

output/java_guava/1.4.18/ForwardingMap.java:92–95  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

90 }
91
92 @Override
93 public boolean containsKey(@Nullable Object key) {
94 return delegate().containsKey(key);
95 }
96
97 @Override
98 public boolean containsValue(@Nullable Object value) {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
containsKeyMethod · 0.65

Tested by

no test coverage detected