Returns the Node at the specified index position.
@param index the index of the node to return.
@return the Node at the specified position.
@throws IndexOutOfBoundsException if the index is out of range (index < 0 || index >={@link Branch#nodeCount()}).
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.