Gets the character at the specified index.
@see #setCharAt(int,char)
@see #deleteCharAt(int)
@param index the index to retrieve, must be valid
@return the character at the index
@throws IndexOutOfBoundsException if the index is invalid
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.