containsVertex

fun containsVertex(vertex: V): Boolean

Answer whether the specified vertex is in the graph.

Return

Whether the vertex is present.

Parameters

vertex

The vertex to test for membership in the graph.