| META TOPICPARENT | name="Glossary" |
<-- This creates the navigation links to : Home | Help | Index | etc. -->
ArrayList <-- this automatically adds a header showing the name of this page -->
A java class that is a member of the Java Collections Framework. A special feature of the ArrayList is that you can add items to the list in an ordered fashion and also allows inserting null elements. This object is 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 ArrayList <-- generate a header for the discussion part of page --> |