Medusa\Tree\EmptyAvlTree::right PHP Method

right() public method

public right ( )
    public function right()
    {
        throw new \RuntimeException("Can't get right of empty tree");
    }