Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hasNext
Method
hasNext
src/jvm/clojure/lang/APersistentVector.java:215–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
int
nexti = index;
214
215
public
boolean hasNext(){
216
return
nexti < count();
217
}
218
219
public
Object next(){
220
if
(nexti < count())
Callers
2
doEquals
Method · 0.45
doEquiv
Method · 0.45
Calls
1
count
Method · 0.65
Tested by
no test coverage detected