Replaces the element at the specified position in the list of unnamed objects allows null values
@param index int - index where to insert the value - Shifts any subsequent elements to the right
@param value Object - value to be stored at the specified position
@throws IndexOutOfBoundsException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.