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

Method contains

output/java_guava/1.4.19/Maps.java:3701–3704  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3699 }
3700
3701 @Override
3702 public boolean contains(Object o) {
3703 return map().containsKey(o);
3704 }
3705
3706 @Override
3707 public boolean remove(Object o) {

Callers 2

removeMethod · 0.95
removeMethod · 0.95

Calls 2

mapMethod · 0.95
containsKeyMethod · 0.65

Tested by

no test coverage detected