«
^
»
3. The Collections API
An introduction to the Collections API
The interface
List
and the classes
ArrayList
and
LinkedList
Using the
Iterator
interface
The methods
contains
,
indexOf
,
lastIndexof
and
remove
An example of a complete program that manipulates a list
Conclusion