- 
Fields in algs43 with type parameters of type Edge Methods in algs43 that return types with arguments of type Edge 
EdgeWeightedGraph.adj(int v)
 
Return the edges incident to vertex v as an Iterable. 
   EdgeWeightedGraph.edges()
 
Return all edges in this graph as an Iterable. 
       
 
void
 
Add the edge e to this graph. 
 int
 private static boolean