Uses of Class
org.eclipse.collections.impl.lazy.parallel.list.AbstractParallelListIterable
-
Packages that use AbstractParallelListIterable Package Description org.eclipse.collections.impl.lazy.parallel.list -
-
Uses of AbstractParallelListIterable in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractParallelListIterable in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Class Description class
ListIterableParallelIterable<T>
class
ParallelCollectListIterable<T,V>
class
ParallelFlatCollectListIterable<T,V>
(package private) class
ParallelSelectListIterable<T>
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as AbstractParallelListIterable Modifier and Type Field Description private AbstractParallelListIterable<T,? extends ListBatch<T>>
ParallelDistinctListIterable. delegate
private AbstractParallelListIterable<T,? extends ListBatch<T>>
ParallelSelectListIterable. parallelIterable
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type AbstractParallelListIterable Constructor Description ParallelDistinctListIterable(AbstractParallelListIterable<T,? extends ListBatch<T>> delegate)
ParallelSelectListIterable(AbstractParallelListIterable<T,? extends ListBatch<T>> parallelIterable, Predicate<? super T> predicate)
-