MCPcopy
hub / github.com/google/guava / contains

Method contains

guava/src/com/google/common/collect/Maps.java:4151–4154  ·  view source on GitHub ↗
(@Nullable Object o)

Source from the content-addressed store, hash-verified

4149 }
4150
4151 @Override
4152 public boolean contains(@Nullable Object o) {
4153 return map().containsValue(o);
4154 }
4155
4156 @Override
4157 public void clear() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
containsValueMethod · 0.65

Tested by

no test coverage detected