All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Graph.NodeList

java.lang.Object
   |
   +----Graph.NodeList

public class NodeList
extends Object

Variable Index

 o head
 o tail

Constructor Index

 o NodeList(Node, NodeList)

Variables

 o head
 public Node head
 o tail
 public NodeList tail

Constructors

 o NodeList
 public NodeList(Node h,
                 NodeList t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index