Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ listIterator
Method
listIterator
classpath/java/util/List.java:32–32 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
30
public
boolean isEmpty();
31
32
public
ListIterator<T> listIterator(
int
index);
33
34
public
ListIterator<T> listIterator();
35
}
Callers
4
testIterators
Method · 0.65
testIterators2
Method · 0.65
listIterator
Method · 0.65
listIterator
Method · 0.65
Implementers
4
ArrayList
classpath/java/util/ArrayList.java
UnmodifiableList
classpath/java/util/Collections.java
LinkedList
classpath/java/util/LinkedList.java
Vector
classpath/java/util/Vector.java
Calls
no outgoing calls
Tested by
2
testIterators
Method · 0.52
testIterators2
Method · 0.52