public class Edge extends Object implements Comparable<Edge>
Edge(int v, int w, int weight)
int
compareTo(Edge that)
either()
double
getWeight()
other(int vertex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Edge(int v, int w, int weight)
public double getWeight()
public int either()
public int other(int vertex)
public int compareTo(Edge that)
compareTo
Comparable<Edge>
Copyright © 2020. All Rights Reserved.