Class AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>

java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable<T,B>
org.eclipse.collections.impl.lazy.parallel.set.sorted.AbstractParallelSortedSetIterable<T,B>
All Implemented Interfaces:
ParallelIterable<T>, ParallelSetIterable<T>, ParallelSortedSetIterable<T>

public abstract class AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>> extends AbstractParallelIterable<T,B> implements ParallelSortedSetIterable<T>