ArrayList Class
Notice that it implements the
List
interface
Notice that it uses
generics
, a feature new in Java 5.0
Some ArrayList Class Methods (look at online documentation)
constructor
add
clear
contains
get
indexOf
isEmpty
remove
set
size