Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assertElementInSet
Method · 0.65
containsTest
Method · 0.65
visit
Method · 0.65
segment
Function · 0.65
fresh
Function · 0.65
copy2
Function · 0.65
update2
Function · 0.65
updateHeapMap
Function · 0.65
collect
Function · 0.65
needsMark
Method · 0.65
targetNeedsMark
Method · 0.65
mark
Method · 0.65
Implementers
6
Values
classpath/avian/Data.java
Values
classpath/java/util/LinkedHashMap.java
AbstractCollection
classpath/java/util/AbstractCollection
SynchronizedCollection
classpath/java/util/Collections.java
UnmodifiableList
classpath/java/util/Collections.java
UnmodifiableCollection
classpath/java/util/Collections.java
Calls
no outgoing calls
Tested by
3
assertElementInSet
Method · 0.52
containsTest
Method · 0.52
visit
Method · 0.52