Click to See Complete Forum and Search --> : Need a Linked List source code


Pradyumn
February 25th, 1999, 01:50 AM
I am looking for source code for a simple Linked List class in Java,

which could be used to insert, append, remove, count, display objects. If you

have some source code for this purpose, or you know of a site where I can get

it, kindly respond.

Chris Boran
February 25th, 1999, 09:50 AM
Use the java 1.2 collection classes. There is a LinkedList implementation of a list, there is also an ArrayList. They have all the standard LinkedList calls available.


The classes are available with JDK 1.2 or by downloading the classes seperately from java.sun.com