How do I set something equal to a new ArrayList?
= new ArrayList< Type>();
What are the types of ArrayLists?
Integer, Boolean, Double, etc.
How do you set a value at an index?
type set(int index, type value)
How do you get the size of an ArrayList?
name.size()