Uses of Interface
org.eclipse.collections.api.bag.sorted.ParallelSortedBag
-
Packages that use ParallelSortedBag Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag. -
-
Uses of ParallelSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ParallelSortedBag Modifier and Type Method Description ParallelSortedBag<T>ParallelSortedBag. reject(Predicate<? super T> predicate)Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelSortedBag<T>ParallelSortedBag. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)ParallelSortedBag<T>ParallelSortedBag. select(Predicate<? super T> predicate)Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSortedBag<S>ParallelSortedBag. selectInstancesOf(java.lang.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
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return ParallelSortedBag Modifier and Type Method Description ParallelSortedBag<T>AbstractMutableSortedBag. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-