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

Method contains

output/java_guava/1.4.19/Maps.java:3930–3933  ·  view source on GitHub ↗
(@Nullable Object o)

Source from the content-addressed store, hash-verified

3928 }
3929
3930 @Override
3931 public boolean contains(@Nullable Object o) {
3932 return map().containsValue(o);
3933 }
3934
3935 @Override
3936 public void clear() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
containsValueMethod · 0.65

Tested by

no test coverage detected