Remove the item at the specified position, rearranging all subsequent items to fill the gap
@param pos position to remove
@return item that was removed
Removes value at a given offset from the list.
@param offset an int value that representsthe offset to the element to be removed
@return an int that is the value removed.
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.