TreeNode

interface TreeNode<out Node>

A node in a Tree.

Properties

Link copied to clipboard
abstract val children: Iterable<Node>

The list of all children nodes. This is empty for leaf nodes.

Inheritors

Link copied to clipboard