Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ previous
Method
previous
lib/java/util/Collections.java:2880–2882 ·
view source on GitHub ↗
@see java.util.ListIterator#previous()
()
Source
from the content-addressed store, hash-verified
2878
* @see java.util.ListIterator#previous()
2879
*/
2880
public
E previous() {
2881
return
i.previous();
2882
}
2883
2884
/**
2885
* @see java.util.ListIterator#nextIndex()
Callers
nothing calls this directly
Calls
1
previous
Method · 0.65
Tested by
no test coverage detected