Instances of this class represent nodes of ordered trees where the data in each node is of a class specified by the user. Parse trees, syntax trees, and other ordered trees may be represented by their roots. There is no upper bound on the number of children that an ordered tree may have. Instances of this class are mutable only through the iterator.
@author Jeff Smith
@version for CS 152, Spring 2011, SJSU
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.