DirectedGraph constructor

DirectedGraph(
  1. Map<Vertex, List<Edge>> graph
)

Implementation

DirectedGraph(this.graph);