public class TreeNode extends java.lang.Object
TreeNode
left
right
char
value
TreeNode(char value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public char value
public TreeNode left
public TreeNode right
public TreeNode(char value)