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

Method contains

classpath/java/util/TreeMap.java:187–189  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

185 }
186
187 public boolean contains(Object key) {
188 return containsKey(key);
189 }
190
191 public boolean add(K key) {
192 return set.addAndReplace(new MyEntry(key, null)) != null;

Callers

nothing calls this directly

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected