| Class | Description | |
|---|---|---|
| ArrayList | Resizable-array implementation of the List interface. | |
| LinkedList | Linked list implementation of the List and Queue interface. | |
| LinkedListEntry | Internal class in the LinkedList class to defined all entries in the list and the links betweens alls. | |
| SortedArrayList | A SortedArrayList stores is elements in order with a Comparator object. |