![]() |
subject > component > module > Java module > Java class > Java collection class > ArrayList |
![]() ![]() | ||||
ArrayList comparison table |
Subject | is a kind of | have methods | is an instance of | have purpose |
---|---|---|---|---|
Java collection class | Java class | working with collections of objects | ||
ArrayList | set, add and remove | Java collection class | to allow you to build collections of objects that grow as more objects are added |
Next Java collection class: LinkedList Up: Java collection class Previous Java collection class: Vector