Uses of Interface
org.eclipse.collections.api.bag.ParallelUnsortedBag
Packages that use ParallelUnsortedBag
Package
Description
This package contains interfaces for Bag API.
This package contains implementations of the
MutableBag
interface.-
Uses of ParallelUnsortedBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ParallelUnsortedBagModifier and TypeMethodDescription<V> ParallelUnsortedBag
<V> Creates a parallel iterable for collecting elements from the current iterable.<V> ParallelUnsortedBag
<V> ParallelUnsortedBag.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> ParallelUnsortedBag <V> ParallelUnsortedBag.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelUnsortedBag
<V> ParallelUnsortedBag.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> ParallelUnsortedBag
<T> ParallelUnsortedBag.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelUnsortedBag
<S> ParallelUnsortedBag.selectInstancesOf
(Class<S> clazz) <P> ParallelUnsortedBag
<T> ParallelUnsortedBag.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelUnsortedBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return ParallelUnsortedBagModifier and TypeMethodDescriptionAbstractMutableBag.asParallel
(ExecutorService executorService, int batchSize) -
Uses of ParallelUnsortedBag in org.eclipse.collections.impl.lazy.parallel.bag
Classes in org.eclipse.collections.impl.lazy.parallel.bag that implement ParallelUnsortedBagModifier and TypeClassDescriptionclass
AbstractParallelUnsortedBag<T,
B extends UnsortedBagBatch<T>> class
class
(package private) class
Methods in org.eclipse.collections.impl.lazy.parallel.bag that return ParallelUnsortedBagModifier and TypeMethodDescription<V> ParallelUnsortedBag
<V> <V> ParallelUnsortedBag
<V> <V> ParallelUnsortedBag
<V> AbstractParallelUnsortedBag.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <V> ParallelUnsortedBag
<V> NonParallelUnsortedBag.collectIf
(Predicate<? super T> predicate, Function<? super T, ? extends V> function) <P,
V> ParallelUnsortedBag <V> AbstractParallelUnsortedBag.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <P,
V> ParallelUnsortedBag <V> NonParallelUnsortedBag.collectWith
(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelUnsortedBag
<V> AbstractParallelUnsortedBag.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ParallelUnsortedBag
<V> NonParallelUnsortedBag.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <P> ParallelUnsortedBag
<T> AbstractParallelUnsortedBag.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelUnsortedBag
<T> NonParallelUnsortedBag.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> ParallelUnsortedBag
<S> AbstractParallelUnsortedBag.selectInstancesOf
(Class<S> clazz) <S> ParallelUnsortedBag
<S> NonParallelUnsortedBag.selectInstancesOf
(Class<S> clazz) <P> ParallelUnsortedBag
<T> AbstractParallelUnsortedBag.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> ParallelUnsortedBag
<T> NonParallelUnsortedBag.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter)