|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.jku.ssw.TreeNode
public class TreeNode
A node for storing characters in a binary tree.
Field Summary | |
---|---|
TreeNode |
left
|
TreeNode |
right
|
char |
value
|
Constructor Summary | |
---|---|
TreeNode(char value)
Creates a node for storing a character in a binary tree. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public char value
public TreeNode left
public TreeNode right
Constructor Detail |
---|
public TreeNode(char value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |