W3cubDocs

/Haxe

TreeNode<K, V>

package haxe.ds

import haxe.ds.BalancedTree

Available on all platforms

A tree node of haxe.ds.BalancedTree.

Constructor

new(l:TreeNode<K, V>, k:K, v:V, r:TreeNode<K, V>, h:Int = -1)

Variables

key:K

left:TreeNode<K, V>

value:V

Methods

inlineget_height():Int

toString():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/ds/TreeNode.html