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 classListIterableParallelIterable<T>classParallelCollectListIterable<T,V>classParallelFlatCollectListIterable<T,V>(package private) classParallelSelectListIterable<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. delegateprivate AbstractParallelListIterable<T,? extends ListBatch<T>>ParallelSelectListIterable. parallelIterableConstructors 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)
-