DirectChildrenIterator

Performs a simple traversal over all nodes that have the passed node as their parent.

Constructors

Link copied to clipboard
constructor(node: Node)

Functions

Link copied to clipboard
open fun forEachRemaining(action: Consumer<in E>)
Link copied to clipboard
open fun hasNext(): Boolean
Link copied to clipboard
open fun next(): Node
Link copied to clipboard
open fun remove()