Class RouteNode

java.lang.Object
  extended by RouteNode

 class RouteNode
extends java.lang.Object

"RouteNode" is the class for the items in a singly linked list.


Field Summary
(package private)  int index
           
(package private)  RouteNode next
           
(package private)  int x_loc
           
(package private)  int y_loc
           
 
Constructor Summary
RouteNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

int index

x_loc

int x_loc

y_loc

int y_loc

next

RouteNode next
Constructor Detail

RouteNode

RouteNode()