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
  • Class
    Description
    This 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.
    FlatTree<V,T extends FlatTree<V,T>>
    Tree specification, where the nodes of the whole tree are stored in an array.
    Default implementation of the FlatTree interface.
    Tree<V,T extends Tree<V,T>>
    General purpose tree structure.
    This class represents the path to child within a given tree.
    Definition of different tree formatter strategies.
    A general purpose node in a tree data-structure.