addVertex abstract method

void addVertex(
  1. V vertex
)

Adds a vertex to this graph.

Implementation

void addVertex(V vertex);