Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ previous
Method
previous
lib/java/util/Collections.java:1148–1150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1146
}
1147
1148
public
E previous() {
1149
return
iterator.previous();
1150
}
1151
1152
public
int
previousIndex() {
1153
return
iterator.previousIndex();
Callers
nothing calls this directly
Calls
1
previous
Method · 0.65
Tested by
no test coverage detected