Class NonParallelUnsortedSetIterable<T>

java.lang.Object
org.eclipse.collections.impl.lazy.parallel.NonParallelIterable<T,UnsortedSetIterable<T>>
org.eclipse.collections.impl.lazy.parallel.set.NonParallelUnsortedSetIterable<T>
All Implemented Interfaces:
ParallelIterable<T>, ParallelSetIterable<T>, ParallelUnsortedSetIterable<T>

public class NonParallelUnsortedSetIterable<T> extends NonParallelIterable<T,UnsortedSetIterable<T>> implements ParallelUnsortedSetIterable<T>