Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ hasPrevious
Method
hasPrevious
lib/java/util/Collections.java:1136–1138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1134
}
1135
1136
public
boolean hasPrevious() {
1137
return
iterator.hasPrevious();
1138
}
1139
1140
public
E next() {
1141
return
iterator.next();
Callers
nothing calls this directly
Calls
1
hasPrevious
Method · 0.65
Tested by
no test coverage detected