Uses of Interface
org.eclipse.collections.api.bag.ParallelBag
Packages that use ParallelBag
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains implementations of
MutableSortedBag
.-
Uses of ParallelBag in org.eclipse.collections.api.bag
Subinterfaces of ParallelBag in org.eclipse.collections.api.bagMethods in org.eclipse.collections.api.bag that return ParallelBagModifier and TypeMethodDescriptionCreates a parallel iterable for rejecting elements from the current iterable.<P> ParallelBag<T>
ParallelBag.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelBag<S>
ParallelBag.selectInstancesOf
(Class<S> clazz) <P> ParallelBag<T>
ParallelBag.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelBag in org.eclipse.collections.api.bag.sorted
Subinterfaces of ParallelBag in org.eclipse.collections.api.bag.sorted -
Uses of ParallelBag in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return ParallelBagModifier and TypeMethodDescriptionSynchronizedSortedBag.asParallel
(ExecutorService executorService, int batchSize) -
Uses of ParallelBag in org.eclipse.collections.impl.lazy.parallel.bag
Classes in org.eclipse.collections.impl.lazy.parallel.bag that implement ParallelBagModifier and TypeClassDescriptionclass
AbstractParallelUnsortedBag<T,
B extends UnsortedBagBatch<T>> class
class