Haxe API Documentation
Back |
Indexclass haxe.ds.TreeNode<K, V>
import haxe.ds.BalancedTree
Available in flash8, neko, js, flash, php, cpp
- var key : K
- var left : TreeNode<K, V>
- var right : TreeNode<K, V>
- var value : V
- function new(l : TreeNode<K, V>, k : K, v : V, r : TreeNode<K, V>, ?h : Int) : Void
- inline function get_height() : Int
- function toString() : String
Back |
Index