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
-
ClassDescriptionThis class contains helper classes, which are the building blocks for handling CSV files.Holds the column indexes, which should be part of the split or join operation.This class joins an array of columns into one CSV line.This class reads CSV files and splits it into lines.Splitting a CSV line into columns (records).Holds the CSV column quote character.Holds the CSV column separator character.Tree 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.