Class TreeNode<T>
- java.lang.Object
-
- org.swtpra1.alphabetaplayer.openingbook.TreeNode<T>
-
- Type Parameters:
T
- object type
- All Implemented Interfaces:
java.io.Serializable
public class TreeNode<T> extends java.lang.Object implements java.io.Serializable
a simple generic tree structure.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNode<T>
addChild(T child)
Adds a child to a existing tree node.
-