Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TreeNodeException @JvmOverloads constructor(message: String? = null, cause: Throwable? = null) : RuntimeException
Link copied to clipboard
Functions
Link copied to clipboard
inline fun <T> tree(root: T, defaultIterator: TreeNodeIterators = TreeNodeIterators.PreOrder, childDeclaration: ChildDeclaration<T>): TreeNode<T>
This method can be used to initialize new tree.