Citation:
The method set(int index, E obj) is used to replace an element in a list at a specific index position with a new element.
This method deletes an element from a list at a specific index position.
This method adds an element to the end of a list.
This method retrieves the element at a specified index.