Class TreeNode<T>
java.lang.Object
net.bmahe.genetics4j.core.chromosomes.TreeNode<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addChildren
(Collection<TreeNode<T>> childrenNodes) boolean
getChild
(int childIndex) getData()
int
getDepth()
int
getSize()
int
hashCode()
static <U> TreeNode
<U> of
(U data, Collection<TreeNode<U>> children) void
toString()
-
Field Details
-
data
-
children
-
-
Constructor Details
-
TreeNode
-
-
Method Details