Node(T data)
Node(T data, List<Tree.Node<T>> children)
List<Tree.Node<T>>
getChildren()
T
getData()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait