public class Node extends java.lang.Object implements java.lang.Comparable<Node>
java.util.ArrayList<Edge>
edges
MapObj
mapobj
double
minDistance
Node
next
Node(MapObj st)
int
compareTo(Node other)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final MapObj mapobj
public java.util.ArrayList<Edge> edges
public double minDistance
public Node next
public Node(MapObj st)
st
public int compareTo(Node other)
compareTo
java.lang.Comparable<Node>