Gliph\Graph\AdjacencyList::hasVertex PHP Méthode

hasVertex() public méthode

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