Delete Worker from array of Worker by index (set arr[index] = null)
@param index index in array (index >=0 && index < arr.length - 1)
@return true or false (deleted || no)
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.