public BinaryTree(Node2 <T> root) { this.root = root; }
public void Reset() { Current = _root; _yieldedStart = false; }