Module io.jenetics.ext
Package io.jenetics.ext.util
package io.jenetics.ext.util
This package contains data-structures needed by the GA specific implementations.
- Since:
- 4.1
- Version:
- 4.1
-
ClassDescriptionTree specification, where the nodes of the whole tree are stored in an array.FlatTreeNode<V>Default implementation of the
FlatTree
interface.General purpose tree structure.This class represents the path to child within a given tree.Definition of different tree formatter strategies.TreeNode<T>A general purpose node in a tree data-structure.