Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ next
Method
next
src/jvm/clojure/lang/PersistentList.java:99–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
public
ISeq next(){
100
if
(_count == 1)
101
return
null;
102
return
(ISeq) _rest;
103
}
104
105
public
Object peek(){
106
return
first();
Callers
1
reduce
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected