Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ previous
Method
previous
src/jvm/clojure/lang/APersistentVector.java:230–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
public
Object previous(){
231
if
(nexti > 0)
232
return
nth(--nexti);
233
else
234
throw
new
NoSuchElementException();
235
}
236
237
public
int
nextIndex(){
238
return
nexti;
Callers
1
create
Method · 0.80
Calls
1
nth
Method · 0.95
Tested by
no test coverage detected