removeVertex abstract method

void removeVertex(
  1. V vertex
)

Removes a vertex from this graph.

Implementation

void removeVertex(V vertex);