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

Method contains

classpath/java/util/LinkedHashMap.java:155–157  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

153 }
154
155 public boolean contains(Object key) {
156 return containsKey(key);
157 }
158
159 public boolean add(K key) {
160 return put(key, null) != null;

Callers

nothing calls this directly

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected