Class ConcatSpliterator<T>

java.lang.Object
io.jenetics.ext.internal.util.ConcatSpliterator<T>
All Implemented Interfaces:
Spliterator<T>

public class ConcatSpliterator<T> extends Object implements Spliterator<T>
This Spliterator takes a list of other spliterators which are concatenated and a limiting predicate.
Since:
4.1
Version:
6.3