AVLTree<A> constructor
AVLTree<A> (
- Order<
A> _order, - _AVLNode<
A> _root
Implementation
AVLTree(this._order, this._root);
AVLTree(this._order, this._root);