Add a single item to this array at a specific position in the list, sliding other items over to fit.
@param record object to add
@param pos position in the list to add at
@return object that was added
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.