MCPcopy 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

nextMethod · 0.95
mainMethod · 0.45
intersectMethod · 0.45
mainMethod · 0.45
testIteratorMethod · 0.45
testListIteratorMethod · 0.45
testListIteratorIntMethod · 0.45
testIteratorAndStep1Method · 0.45
testIterateMethod · 0.45
assertUniqueMethod · 0.45
countMethod · 0.45

Calls

no outgoing calls

Tested by 14

testIteratorMethod · 0.36
testListIteratorMethod · 0.36
testListIteratorIntMethod · 0.36
testIteratorAndStep1Method · 0.36
testIterateMethod · 0.36
assertUniqueMethod · 0.36
countMethod · 0.36
assertIteratorMethod · 0.36
testIterateOverTupleMethod · 0.36
testIterateOverListMethod · 0.36