You are downloading LinkedList 1.6

Your download will start in a moment. If download doesn't start please click here

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.