MCPcopy Create free account
hub / github.com/ReadyTalk/avian / containsKey

Method containsKey

classpath/java/util/WeakHashMap.java:47–50  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

45 }
46
47 public boolean containsKey(Object key) {
48 poll();
49 return map.containsKey(key);
50 }
51
52 public boolean containsValue(Object value) {
53 poll();

Callers

nothing calls this directly

Calls 2

pollMethod · 0.95
containsKeyMethod · 0.65

Tested by

no test coverage detected