linkedLists
Class TestDIntList

java.lang.Object
  extended by linkedLists.TestDIntList

public class TestDIntList
extends java.lang.Object


Constructor Summary
TestDIntList()
           
 
Method Summary
static void main(java.lang.String[] args)
          class to test the doubly 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

TestDIntList

public TestDIntList()
Method Detail

main

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