Class Main

java.lang.Object
  extended by Main

public class Main
extends Object

An application in which you implement a linked list.

Author:
YOUR-NAME-HERE. Created October, 2008.

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Main method for informal testing of your linked list implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Main method for informal testing of your linked list implementation.

Parameters:
args - Command-line arguments (ignored here)