Uses of Interface
org.eclipse.collections.api.bag.sorted.ParallelSortedBag
Package
Description
This package contains interfaces for SortedBag API.
This package contains implementations of
MutableSortedBag
.-
Uses of ParallelSortedBag in org.eclipse.collections.api.bag.sorted
Modifier and TypeMethodDescriptionCreates a parallel iterable for rejecting elements from the current iterable.<P> ParallelSortedBag<T>
ParallelSortedBag.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSortedBag<S>
ParallelSortedBag.selectInstancesOf
(Class<S> clazz) <P> ParallelSortedBag<T>
ParallelSortedBag.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelSortedBag in org.eclipse.collections.impl.bag.sorted.mutable
Modifier and TypeMethodDescriptionAbstractMutableSortedBag.asParallel
(ExecutorService executorService, int batchSize)