LinkedList Screenshot



LinkedList

LinkedList is replacement for Java Vector class. Classicaldoubly linked list. Faster that Vector for insert/delete, but slowerfor indexed access. The interface is modeled on java.util.Vector, soyou can try it both ways and pick which is faster for your needs.Heavily commented Java source included. copyright (c) 1997-2008 Canadian MindProducts. May be freely distributed and and used for any purposeexcept 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


Back to LinkedList Details page

New software of Software Development, Components & Libraries