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/PersistentStructMap.java:193–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
private
Iterator extIter = ext == null ? null : ext.iterator();
192
193
public
boolean hasNext(){
194
return
((ks != null && ks.seq() != null) || (extIter != null && extIter.hasNext()));
195
}
196
197
public
Object next(){
198
if
(ks != null)
Callers
1
next
Method · 0.45
Calls
1
seq
Method · 0.65
Tested by
no test coverage detected