public static class Graph.Edge extends java.lang.Object
int
v1
v2
double
weight
Edge()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int v1
public int v2
public double weight
public Edge()