Uses of Interface
org.eclipse.collections.api.set.ParallelSetIterable
Packages that use ParallelSetIterable
Package
Description
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
-
Uses of ParallelSetIterable in org.eclipse.collections.api.set
Subinterfaces of ParallelSetIterable in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterfaceA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.Methods in org.eclipse.collections.api.set that return ParallelSetIterableModifier and TypeMethodDescriptionSetIterable.asParallel(ExecutorService executorService, int batchSize) Returns a parallel iterable of this SetIterable.ParallelSetIterable.asUnique()Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelSetIterable<T>ParallelSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSetIterable<S>ParallelSetIterable.selectInstancesOf(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 -
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel that implement ParallelSetIterable -
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set that implement ParallelSetIterableModifier and TypeClassDescriptionclassAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> final classclassfinal class -
Uses of ParallelSetIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement ParallelSetIterableModifier and TypeClassDescriptionclassAbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>> classfinal class