// adding an element to the middle of a list arrayList.add( i, object ); // adding an element to the end of a list arrayList.add( object );