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

Method contains

classpath/java/util/Collection.java:18–18  ·  view source on GitHub ↗
(Object element)

Source from the content-addressed store, hash-verified

16 public boolean isEmpty();
17
18 public boolean contains(Object element);
19
20 public boolean containsAll(Collection<?> c);
21

Callers 15

assertElementInSetMethod · 0.65
containsTestMethod · 0.65
visitMethod · 0.65
segmentFunction · 0.65
freshFunction · 0.65
copy2Function · 0.65
update2Function · 0.65
updateHeapMapFunction · 0.65
collectFunction · 0.65
needsMarkMethod · 0.65
targetNeedsMarkMethod · 0.65
markMethod · 0.65

Implementers 6

Valuesclasspath/avian/Data.java
Valuesclasspath/java/util/LinkedHashMap.java
AbstractCollectionclasspath/java/util/AbstractCollection
SynchronizedCollectionclasspath/java/util/Collections.java
UnmodifiableListclasspath/java/util/Collections.java
UnmodifiableCollectionclasspath/java/util/Collections.java

Calls

no outgoing calls

Tested by 3

assertElementInSetMethod · 0.52
containsTestMethod · 0.52
visitMethod · 0.52