Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ nextElement
Method
nextElement
src/jvm/clojure/lang/SeqEnumeration.java:28–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
Object nextElement(){
29
Object ret = RT.first(seq);
30
seq = RT.next(seq);
31
return
ret;
32
}
33
}
Callers
1
first
Method · 0.80
Calls
2
first
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected