Medusa\Tree\EmptyRedBlackTree::remove PHP Method

remove() public method

public remove ( $key )
    public function remove($key)
    {
        throw new \RuntimeException("Can't remove item that is not in tree");
    }