| META TOPICPARENT | name="ArrayList" |
<-- This creates the navigation links to : Home | Help | Index | etc. -->
LinkedList <-- this automatically adds a header showing the name of this page -->
A Java class that is a member of the Java Collections Framework which implements the List interface.
LinkedList provides methods to get, insert and remove elements at the
start and end of a list. LinkedLists are not synchronized.
<-- put two horizontal ruled lines between article and discussion of it. -->
<-- anchor to allow a link to the discussion about this article -->
Discussion about LinkedList <-- generate a header for the discussion part of page --> |