Class EvolutionSpliterator<G extends Gene<?,G>,C extends Comparable<? super C>>

java.lang.Object
io.jenetics.internal.engine.EvolutionSpliterator<G,C>
Type Parameters:
G - the gene type
C - the evolution result type
All Implemented Interfaces:
Spliterator<EvolutionResult<G,C>>

public final class EvolutionSpliterator<G extends Gene<?,G>,C extends Comparable<? super C>> extends Object implements Spliterator<EvolutionResult<G,C>>
The Spliterator implementation of the EvolutionStream.
Since:
3.0
Version:
5.1