Uses of Interface
org.eclipse.collections.api.set.ParallelUnsortedSetIterable
Packages that use ParallelUnsortedSetIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package package contains the implementations of
ImmutableSet
.This package package contains implementations of
MutableSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ParallelUnsortedSetIterableModifier and TypeMethodDescriptionUnsortedSetIterable.asParallel
(ExecutorService executorService, int batchSize) ParallelUnsortedSetIterable.asUnique()
Creates a parallel iterable for rejecting elements from the current iterable.ParallelUnsortedSetIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelUnsortedSetIterable<S>
ParallelUnsortedSetIterable.selectInstancesOf
(Class<S> clazz) ParallelUnsortedSetIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel that implement ParallelUnsortedSetIterableMethods in org.eclipse.collections.impl.lazy.parallel that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.bag
Methods in org.eclipse.collections.impl.lazy.parallel.bag that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.list
Methods in org.eclipse.collections.impl.lazy.parallel.list that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set that implement ParallelUnsortedSetIterableModifier and TypeClassDescriptionclass
AbstractParallelUnsortedSetIterable<T,
B extends UnsortedSetBatch<T>> final class
class
final class
Methods in org.eclipse.collections.impl.lazy.parallel.set that return ParallelUnsortedSetIterableModifier and TypeMethodDescriptionAbstractParallelUnsortedSetIterable.asUnique()
MultiReaderParallelUnsortedSetIterable.asUnique()
NonParallelUnsortedSetIterable.asUnique()
SynchronizedParallelUnsortedSetIterable.asUnique()
AbstractParallelUnsortedSetIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) MultiReaderParallelUnsortedSetIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) NonParallelUnsortedSetIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) SynchronizedParallelUnsortedSetIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) <S> ParallelUnsortedSetIterable<S>
AbstractParallelUnsortedSetIterable.selectInstancesOf
(Class<S> clazz) <S> ParallelUnsortedSetIterable<S>
MultiReaderParallelUnsortedSetIterable.selectInstancesOf
(Class<S> clazz) <S> ParallelUnsortedSetIterable<S>
NonParallelUnsortedSetIterable.selectInstancesOf
(Class<S> clazz) <S> ParallelUnsortedSetIterable<S>
SynchronizedParallelUnsortedSetIterable.selectInstancesOf
(Class<S> clazz) AbstractParallelUnsortedSetIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) MultiReaderParallelUnsortedSetIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) NonParallelUnsortedSetIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) SynchronizedParallelUnsortedSetIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type ParallelUnsortedSetIterableModifierConstructorDescriptionMultiReaderParallelUnsortedSetIterable
(ParallelUnsortedSetIterable<T> delegate, ReadWriteLock lock) SynchronizedParallelUnsortedSetIterable
(ParallelUnsortedSetIterable<T> delegate, Object lock) -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ParallelUnsortedSetIterableModifier and TypeMethodDescriptionAbstractImmutableSet.asParallel
(ExecutorService executorService, int batchSize) -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return ParallelUnsortedSetIterableModifier and TypeMethodDescriptionMultiReaderUnifiedSet.asParallel
(ExecutorService executorService, int batchSize) SetAdapter.asParallel
(ExecutorService executorService, int batchSize) SynchronizedMutableSet.asParallel
(ExecutorService executorService, int batchSize) UnifiedSet.asParallel
(ExecutorService executorService, int batchSize) UnmodifiableMutableSet.asParallel
(ExecutorService executorService, int batchSize) -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return ParallelUnsortedSetIterableModifier and TypeMethodDescriptionUnifiedSetWithHashingStrategy.asParallel
(ExecutorService executorService, int batchSize)