Gliph\Graph\AdjacencyList::hasVertex PHP Method

hasVertex() public method

public hasVertex ( $vertex )
    public function hasVertex($vertex)
    {
        return $this->vertices->contains($vertex);
    }