Package org. hexworks. zircon. internal. data. tree
Types
ConcurrentTree
Link copied to clipboard
class ConcurrentTree<D>(treeScope: CoroutineScope, channel: Channel<ConcurrentTree.Message<D>>) : Tree<D>
Content copied to clipboard
ConcurrentTreeNode
Link copied to clipboard
open class ConcurrentTreeNode<D>(parent: ConcurrentTreeNode<D>?, data: D?, tree: ConcurrentTree<D>) : RemovableTreeNode<D>
Content copied to clipboard
RemovableTreeNode
Link copied to clipboard
Functions
createChild
Link copied to clipboard