MCPcopy Index your code
hub / github.com/apache/groovy / iterator

Method iterator

src/main/java/groovy/util/Node.java:421–423  ·  view source on GitHub ↗

Returns an Iterator of the children of the node. @return the iterator of the nodes children

()

Source from the content-addressed store, hash-verified

419 * @return the iterator of the nodes children
420 */
421 public Iterator iterator() {
422 return children().iterator();
423 }
424
425 /**
426 * Returns a <code>List</code> of the nodes children.

Callers

nothing calls this directly

Calls 2

childrenMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected