MCPcopy Index your code
hub / github.com/antlr/codebuff / contains

Method contains

output/java_guava/1.4.17/Maps.java:3926–3929  ·  view source on GitHub ↗
(@Nullable Object o)

Source from the content-addressed store, hash-verified

3924 }
3925
3926 @Override
3927 public boolean contains(@Nullable Object o) {
3928 return map().containsValue(o);
3929 }
3930
3931 @Override
3932 public void clear() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
containsValueMethod · 0.65

Tested by

no test coverage detected