Uses of Interface
org.eclipse.collections.api.set.ParallelSetIterable
-
Packages that use ParallelSetIterable Package Description org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of ParallelSetIterable in org.eclipse.collections.api.set
Subinterfaces of ParallelSetIterable in org.eclipse.collections.api.set Modifier and Type Interface Description interface
ParallelUnsortedSetIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.Methods in org.eclipse.collections.api.set that return ParallelSetIterable Modifier and Type Method Description ParallelSetIterable<T>
SetIterable. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
Returns a parallel iterable of this SetIterable.ParallelSetIterable<T>
ParallelSetIterable. asUnique()
ParallelSetIterable<T>
ParallelSetIterable. reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelSetIterable<T>
ParallelSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
ParallelSetIterable<T>
ParallelSetIterable. select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSetIterable<S>
ParallelSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> ParallelSetIterable<T>
ParallelSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of ParallelSetIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of ParallelSetIterable in org.eclipse.collections.api.set.sorted Modifier and Type Interface Description interface
ParallelSortedSetIterable<T>
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel that implement ParallelSetIterable Modifier and Type Class Description class
ParallelDistinctIterable<T>
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement ParallelSetIterable Modifier and Type Class Description (package private) class
ParallelDistinctListIterable<T>
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set that implement ParallelSetIterable Modifier and Type Class Description class
AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>
class
MultiReaderParallelUnsortedSetIterable<T>
class
NonParallelUnsortedSetIterable<T>
(package private) class
ParallelSelectUnsortedSetIterable<T>
class
SynchronizedParallelUnsortedSetIterable<T>
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement ParallelSetIterable Modifier and Type Class Description class
AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>
class
NonParallelSortedSetIterable<T>
(package private) class
ParallelSelectSortedSetIterable<T>
class
SynchronizedParallelSortedSetIterable<T>
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement ParallelSetIterable Modifier and Type Class Description private class
UnifiedSet.UnifiedSetParallelUnsortedIterable
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement ParallelSetIterable Modifier and Type Class Description private class
ImmutableTreeSet.SortedSetIterableParallelIterable
-
Uses of ParallelSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement ParallelSetIterable Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable
-