Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ listIterator
Method
listIterator
classpath/java/util/LinkedList.java:325–328 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
}
324
325
@Override
326
public
ListIterator<T> listIterator() {
327
return
listIterator(0);
328
}
329
330
@Override
331
public
ListIterator<T> listIterator(
int
index) {
Callers
2
iterator
Method · 0.95
descendingIterator
Method · 0.95
Calls
1
next
Method · 0.95
Tested by
no test coverage detected