BinaryTreeIterator<T extends Comparable> constructor
BinaryTreeIterator<T extends Comparable> (
- BinaryTree<
T> _tree
Implementation
BinaryTreeIterator(this._tree) : _length = _tree._length;