public class Vertex extends java.lang.Object implements java.lang.Comparable<Vertex>
Edge[]
adjacencies
double
minDistance
java.lang.String
name
Vertex
previous
Vertex(java.lang.String argName)
int
compareTo(Vertex other)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final java.lang.String name
public Edge[] adjacencies
public double minDistance
public Vertex previous
public Vertex(java.lang.String argName)
public java.lang.String toString()
toString
java.lang.Object
public int compareTo(Vertex other)
compareTo
java.lang.Comparable<Vertex>