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

Method contains

guava/src/com/google/common/cache/LocalCache.java:4614–4617  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

4612 }
4613
4614 @Override
4615 public boolean contains(Object o) {
4616 return LocalCache.this.containsValue(o);
4617 }
4618 }
4619
4620 final class EntrySet extends AbstractCacheSet<Entry<K, V>> {

Callers

nothing calls this directly

Calls 1

containsValueMethod · 0.65

Tested by

no test coverage detected