LinkedList

A replacement for Java Vector class. Classical doubly linked list.
Download

LinkedList Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Canadian Mind Products
  • File Size:
  • 781 KB

LinkedList Tags


LinkedList Description

LinkedList is a replacement for Java Vector class. 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. 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


LinkedList Related Software