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

Method contains

classpath/java/util/LinkedHashSet.java:39–41  ·  view source on GitHub ↗
(Object element)

Source from the content-addressed store, hash-verified

37 }
38
39 public boolean contains(Object element) {
40 return map.containsKey(element);
41 }
42
43 public boolean add(T element) {
44 return map.put(element, Value) != Value;

Callers

nothing calls this directly

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected