linkedLists
Class TestIntList

java.lang.Object
  extended by linkedLists.TestIntList

public class TestIntList
extends java.lang.Object


Constructor Summary
TestIntList()
           
 
Method Summary
static void main(java.lang.String[] args)
          class to test the single linked list of integers methods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIntList

public TestIntList()
Method Detail

main

public static void main(java.lang.String[] args)
class to test the single linked list of integers methods