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/Range.java:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
public
boolean hasNext() {
201
return
(! boundsCheck.exceededBounds(next));
202
}
203
204
public
Object next() {
205
if
(hasNext()) {
Callers
1
next
Method · 0.95
Calls
1
exceededBounds
Method · 0.65
Tested by
no test coverage detected