Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ hasNext
Method
hasNext
src/main/java/groovy/lang/IntRange.java:84–87 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
82
* {@inheritDoc}
83
*/
84
@Override
85
public
boolean hasNext() {
86
return
index < size;
87
}
88
89
/**
90
* {@inheritDoc}
Callers
15
next
Method · 0.95
main
Method · 0.45
intersect
Method · 0.45
main
Method · 0.45
testIterator
Method · 0.45
testListIterator
Method · 0.45
testListIteratorInt
Method · 0.45
testIteratorAndStep1
Method · 0.45
testIterate
Method · 0.45
testMetaMethodsOnlyAddedOnce
Method · 0.45
assertUnique
Method · 0.45
count
Method · 0.45
Calls
no outgoing calls
Tested by
14
testIterator
Method · 0.36
testListIterator
Method · 0.36
testListIteratorInt
Method · 0.36
testIteratorAndStep1
Method · 0.36
testIterate
Method · 0.36
testMetaMethodsOnlyAddedOnce
Method · 0.36
assertUnique
Method · 0.36
count
Method · 0.36
assertIterator
Method · 0.36
testIterateOverTuple
Method · 0.36
testIterateOverList
Method · 0.36
testIteratorHasNextOnEmpty
Method · 0.36