ArrayList
Beginnerjava.util
Resizable array implementation of List. Use this for dynamic lists that need fast access by index.
Inheritance
List→ArrayList
Category
Utility
Methods
1
Properties
0
java.util
Resizable array implementation of List. Use this for dynamic lists that need fast access by index.