It is very common for a program to manipulate data that is kept in a list. Lists are a fundamental feature of Java and most programming languages. Because lists are so useful, the Java Development Kit includes the ArrayList class. The ArrayList class provides the classic operations for a list.
The key topics for this lesson are:
ArrayList Implementation of a List
- The
ArrayList Class
- Object Casts
- The Wrapper Classes
- Iterator
|