public void add(E val);// (adds to the end of the list. If necessary, handles the creation of a larger internal array, and copies values from the old array to the new one) public void add(int index, E ...