addEdge abstract method

void addEdge(
  1. Node first,
  2. Node second
)

Implementation

void addEdge(Node first, Node second);