MCPcopy 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

loadFirstMethod · 0.45
loadNextMethod · 0.45
getMethod · 0.45
sizeMethod · 0.45
depthFirstRestMethod · 0.45
localTextMethod · 0.45
getDirectChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected