Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ contains
Method
contains
classpath/java/util/LinkedList.java:93–96 ·
view source on GitHub ↗
(Object element)
Source
from the content-addressed store, hash-verified
91
}
92
93
@Override
94
public
boolean contains(Object element) {
95
return
find(element) != null;
96
}
97
98
@Override
99
public
int
indexOf(Object element) {
Callers
nothing calls this directly
Calls
1
find
Method · 0.95
Tested by
no test coverage detected