LinkedList

LinkedList
  
            License: Freeware $0.00
            OS: Java,Linux,Mac OS X,Unix,Win2000,Win7 x32,Win7 x64,WinServer,WinVista,WinVista x
            Requirements: Java 1.1+
            Publisher: Canadian Mind Products
            Homepage: http://mindprod.com
          

LinkedList is replacement for Java Vector class. Classical
doubly linked list. Faster that Vector for insert/delete, but slower
for indexed access. The interface is modeled on java.util.Vector, so
you can try it both ways and pick which is faster for your needs.
Heavily commented Java source included. copyright (c) 1997-2008 Canadian Mind
Products. May be freely distributed and and used for any purpose
except military.

It does not do much on its own. It was intended to be included in your own progams.
You can test it with:

java.exe com.mindprod.linkedlist.TestLinkedList


Share this post