Java   View all facts   Glossary   Help | 
| specification > class > collection class > ArrayList | 
| ArrayList comparison table | ||||||
| Subject | have methods | is an instance of | is a subtopic of | have purpose | is a kind of | have | 
|---|---|---|---|---|---|---|
| collection class | Collections | working with collections of objects | class | iterator method for doing something with every member of the collection | ||
| ArrayList | set, add and remove | collection class | Example Classes | to allow you to build collections of objects that grow as more objects are added | specification | 
Next collection class: LinkedList     Up: collection class    Previous collection class: Vector class