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.
This package contains implementations of
MutableSet.This package contains implementations of
ImmutableSortedSet.This package contains implementations of sets with user defined
HashingStrategys.-
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.list
Classes in org.eclipse.collections.impl.lazy.parallel.list 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 classclass(package private) classfinal 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>>class(package private) classfinal class -
Uses of ParallelSetIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement ParallelSetIterableModifier and TypeClassDescriptionprivate final class -
Uses of ParallelSetIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement ParallelSetIterableModifier and TypeClassDescriptionprivate final class -
Uses of ParallelSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement ParallelSetIterableModifier and TypeClassDescriptionprivate final class