Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ hasNext
Method
hasNext
src/main/java/groovy/util/Iterators.java:77–80 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
75
76
/** {@inheritDoc} */
77
@Override
78
public
boolean hasNext() {
79
return
true;
80
}
81
82
/** {@inheritDoc} */
83
@Override
Callers
7
loadFirst
Method · 0.45
loadNext
Method · 0.45
get
Method · 0.45
size
Method · 0.45
depthFirstRest
Method · 0.45
localText
Method · 0.45
getDirectChildren
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected