if (this.cmp(key, root.key) > 0) {
                root.right = setHelper(root.right, key, value)
            }