Uses of Interface
org.eclipse.collections.api.list.ParallelListIterable
Packages that use ParallelListIterable
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains interfaces for sorted set API.
This package contains implementations of the
ImmutableList
interface.This package contains implementations of the
MutableList
interface.-
Uses of ParallelListIterable in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ParallelListIterableModifier and TypeMethodDescription<V> ParallelListIterable
<V> Creates a parallel iterable for collecting elements from the current iterable.<V> ParallelListIterable
<V> ParallelSortedBag.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) Creates a parallel iterable for selecting and collecting elements from the current iterable.<P,
V> ParallelListIterable <V> ParallelSortedBag.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelListIterable
<V> ParallelSortedBag.flatCollect
(Function<? super T, ? extends Iterable<V>> function) Creates a parallel flattening iterable for the current iterable. -
Uses of ParallelListIterable in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ParallelListIterableModifier and TypeMethodDescriptionListIterable.asParallel
(ExecutorService executorService, int batchSize) Returns a parallel iterable of this ListIterable.<V> ParallelListIterable
<V> Creates a parallel iterable for collecting elements from the current iterable.<V> ParallelListIterable
<V> ParallelListIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) Creates a parallel iterable for selecting and collecting elements from the current iterable.<P,
V> ParallelListIterable <V> ParallelListIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelListIterable
<V> ParallelListIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) Creates a parallel flattening iterable for the current iterable.Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelListIterable
<T> ParallelListIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelListIterable
<S> ParallelListIterable.selectInstancesOf
(Class<S> clazz) <P> ParallelListIterable
<T> ParallelListIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelListIterable in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ParallelListIterableModifier and TypeMethodDescription<V> ParallelListIterable
<V> Creates a parallel iterable for collecting elements from the current iterable.<V> ParallelListIterable
<V> ParallelSortedSetIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) Creates a parallel iterable for selecting and collecting elements from the current iterable.<P,
V> ParallelListIterable <V> ParallelSortedSetIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelListIterable
<V> ParallelSortedSetIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) Creates a parallel flattening iterable for the current iterable. -
Uses of ParallelListIterable in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return ParallelListIterableModifier and TypeMethodDescriptionprotected <A> ParallelListIterable
<A> AbstractMultiReaderParallelIterable.wrap
(ParallelListIterable<A> wrapped) protected <A> ParallelListIterable
<A> AbstractSynchronizedParallelIterable.wrap
(ParallelListIterable<A> wrapped) Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type ParallelListIterableModifier and TypeMethodDescriptionprotected <A> ParallelListIterable
<A> AbstractMultiReaderParallelIterable.wrap
(ParallelListIterable<A> wrapped) protected <A> ParallelListIterable
<A> AbstractSynchronizedParallelIterable.wrap
(ParallelListIterable<A> wrapped) -
Uses of ParallelListIterable in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement ParallelListIterableModifier and TypeClassDescriptionclass
AbstractParallelListIterable<T,
B extends ListBatch<T>> final class
final class
class
class
class
(package private) class
final class
Methods in org.eclipse.collections.impl.lazy.parallel.list that return ParallelListIterableModifier and TypeMethodDescription<V> ParallelListIterable
<V> <V> ParallelListIterable
<V> <V> ParallelListIterable
<V> <V> ParallelListIterable
<V> <V> ParallelListIterable
<V> AbstractParallelListIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <V> ParallelListIterable
<V> MultiReaderParallelListIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <V> ParallelListIterable
<V> NonParallelListIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <V> ParallelListIterable
<V> SynchronizedParallelListIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <P,
V> ParallelListIterable <V> AbstractParallelListIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <P,
V> ParallelListIterable <V> MultiReaderParallelListIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <P,
V> ParallelListIterable <V> NonParallelListIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <P,
V> ParallelListIterable <V> SynchronizedParallelListIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelListIterable
<V> AbstractParallelListIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ParallelListIterable
<V> MultiReaderParallelListIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ParallelListIterable
<V> NonParallelListIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ParallelListIterable
<V> SynchronizedParallelListIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <P> ParallelListIterable
<T> AbstractParallelListIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelListIterable
<T> MultiReaderParallelListIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelListIterable
<T> NonParallelListIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelListIterable
<T> SynchronizedParallelListIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> ParallelListIterable
<S> AbstractParallelListIterable.selectInstancesOf
(Class<S> clazz) <S> ParallelListIterable
<S> MultiReaderParallelListIterable.selectInstancesOf
(Class<S> clazz) <S> ParallelListIterable
<S> NonParallelListIterable.selectInstancesOf
(Class<S> clazz) <S> ParallelListIterable
<S> SynchronizedParallelListIterable.selectInstancesOf
(Class<S> clazz) <P> ParallelListIterable
<T> AbstractParallelListIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelListIterable
<T> MultiReaderParallelListIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelListIterable
<T> NonParallelListIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelListIterable
<T> SynchronizedParallelListIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ParallelListIterableModifierConstructorDescriptionMultiReaderParallelListIterable
(ParallelListIterable<T> delegate, ReadWriteLock lock) SynchronizedParallelListIterable
(ParallelListIterable<T> delegate, Object lock) -
Uses of ParallelListIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return ParallelListIterableModifier and TypeMethodDescription<V> ParallelListIterable
<V> <V> ParallelListIterable
<V> <V> ParallelListIterable
<V> <V> ParallelListIterable
<V> AbstractParallelSortedSetIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <V> ParallelListIterable
<V> NonParallelSortedSetIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <V> ParallelListIterable
<V> SynchronizedParallelSortedSetIterable.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <P,
V> ParallelListIterable <V> AbstractParallelSortedSetIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <P,
V> ParallelListIterable <V> NonParallelSortedSetIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <P,
V> ParallelListIterable <V> SynchronizedParallelSortedSetIterable.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelListIterable
<V> AbstractParallelSortedSetIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ParallelListIterable
<V> NonParallelSortedSetIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ParallelListIterable
<V> SynchronizedParallelSortedSetIterable.flatCollect
(Function<? super T, ? extends Iterable<V>> function) -
Uses of ParallelListIterable in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ParallelListIterableModifier and TypeMethodDescriptionAbstractImmutableList.asParallel
(ExecutorService executorService, int batchSize) -
Uses of ParallelListIterable in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return ParallelListIterableModifier and TypeMethodDescriptionAbstractListAdapter.asParallel
(ExecutorService executorService, int batchSize) AbstractMutableList.asParallel
(ExecutorService executorService, int batchSize) CompositeFastList.asParallel
(ExecutorService executorService, int batchSize) ListAdapter.asParallel
(ExecutorService executorService, int batchSize) MultiReaderFastList.asParallel
(ExecutorService executorService, int batchSize) MultiReaderFastList.UntouchableMutableList.asParallel
(ExecutorService executorService, int batchSize) SynchronizedMutableList.asParallel
(ExecutorService executorService, int batchSize) UnmodifiableMutableList.asParallel
(ExecutorService executorService, int batchSize)