Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ iterator
Method
iterator
classpath/java/util/LinkedList.java:320–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
@Override
321
public
Iterator<T> iterator() {
322
return
listIterator();
323
}
324
325
@Override
326
public
ListIterator<T> listIterator() {
Callers
3
iterateTest
Method · 0.95
iteratorRemoveTest
Method · 0.95
split
Method · 0.95
Calls
1
listIterator
Method · 0.95
Tested by
2
iterateTest
Method · 0.76
iteratorRemoveTest
Method · 0.76