Removes an element at the specified index from the list.
public void removeItem( int index )
index
The index of the element to remove.
Returns the index of the element that was removed.