Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hasPrevious
Method
hasPrevious
classpath/java/util/ListIterator.java:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
public
interface
ListIterator<E> extends Iterator<E> {
14
public
boolean hasPrevious();
15
public
E previous();
16
}
Callers
4
testIterators
Method · 0.65
testIterators2
Method · 0.65
hasPrevious
Method · 0.65
hasNext
Method · 0.65
Implementers
3
MyIterator
classpath/java/util/LinkedHashMap.java
ArrayListIterator
classpath/java/util/Collections.java
UnmodifiableListIterator
classpath/java/util/Collections.java
Calls
no outgoing calls
Tested by
2
testIterators
Method · 0.52
testIterators2
Method · 0.52