LinkedList 1.5 -- 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 1997-1998 Canadian Mind Products. May be freely distributed and and used for any purpose except military. Version 1.4 adds the new address and phone. 1.5 moves BigDate to the com.mindprod.business package.