public class TreeNode<T> extends java.lang.Object
TreeNode<T>
left
right
T
val
TreeNode(T x)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T val
public TreeNode<T> left
public TreeNode<T> right
public TreeNode(T x)
x