Integer List Class
intList.java
, an integer list class.
Node.java
, The node class used in intList.java.
a test program that test the intList class