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