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/RT.java:600–602 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
598
}
599
600
public
Object next(){
601
throw
new
NoSuchElementException();
602
}
603
604
public
void
remove(){
605
throw
new
UnsupportedOperationException();
Callers
15
nextElement
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
toHostExpr
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
analyzeSeq
Method · 0.95
Calls
2
next
Method · 0.95
seq
Method · 0.95
Tested by
no test coverage detected