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/RT.java:596–598 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
594
else
if
(coll == null)
595
return
new
Iterator(){
596
public
boolean hasNext(){
597
return
false;
598
}
599
600
public
Object next(){
601
throw
new
NoSuchElementException();
Callers
9
putAll
Method · 0.45
emitListAsObjectArray
Method · 0.45
create
Method · 0.45
invoke
Method · 0.45
matchMethod
Method · 0.45
invokeConstructor
Method · 0.45
invoke
Method · 0.45
chunkIteratorSeq
Method · 0.45
invoke
Method · 0.45
Calls
1
length
Method · 0.65
Tested by
no test coverage detected