The post lab 3 assignment involves moving objects between
      multiple lists.  So, the ArrayList class from the last
      assignment will need to be extended to handle list operations.
      The file ArrayList.java
      contains the array list implementation from lab that uses
      Generics.  The addList(ArrayList<T> list, int
      index) method is not defined.  The method should add all
      of the elements of the specified array list to the specified
      location in this list.  The elements should be added in order
      and all elements in this array list should be shifted up to make
      room for the added elements.
Submission: Submit your code as a zip file with your name as the zip file name on the course Inquire site.