Uses of Interface
org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable
Packages that use ParallelSortedSetIterable
Package
Description
This package contains interfaces for sorted set API.
This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.-
Uses of ParallelSortedSetIterable in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ParallelSortedSetIterableModifier and TypeMethodDescriptionSortedSetIterable.asParallel(ExecutorService executorService, int batchSize) Returns a parallel iterable of this SortedSetIterable.ParallelSortedSetIterable.asUnique()Creates a parallel iterable for rejecting elements from the current iterable.ParallelSortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSortedSetIterable<S> ParallelSortedSetIterable.selectInstancesOf(Class<S> clazz) ParallelSortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelSortedSetIterable in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return ParallelSortedSetIterableModifier and TypeMethodDescriptionprotected <A> ParallelSortedSetIterable<A> AbstractSynchronizedParallelIterable.wrap(ParallelSortedSetIterable<A> wrapped) Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type ParallelSortedSetIterableModifier and TypeMethodDescriptionprotected <A> ParallelSortedSetIterable<A> AbstractSynchronizedParallelIterable.wrap(ParallelSortedSetIterable<A> wrapped) -
Uses of ParallelSortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement ParallelSortedSetIterableModifier and TypeClassDescriptionclassAbstractParallelSortedSetIterable<T, B extends SortedSetBatch<T>>class(package private) classfinal classSubclasses with type arguments of type ParallelSortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set.sortedMethods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return ParallelSortedSetIterableModifier and TypeMethodDescriptionAbstractParallelSortedSetIterable.asUnique()NonParallelSortedSetIterable.asUnique()SynchronizedParallelSortedSetIterable.asUnique()AbstractParallelSortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) NonParallelSortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) SynchronizedParallelSortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> ParallelSortedSetIterable<S> AbstractParallelSortedSetIterable.selectInstancesOf(Class<S> clazz) <S> ParallelSortedSetIterable<S> NonParallelSortedSetIterable.selectInstancesOf(Class<S> clazz) <S> ParallelSortedSetIterable<S> SynchronizedParallelSortedSetIterable.selectInstancesOf(Class<S> clazz) AbstractParallelSortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) NonParallelSortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) SynchronizedParallelSortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) Constructors in org.eclipse.collections.impl.lazy.parallel.set.sorted with parameters of type ParallelSortedSetIterableModifierConstructorDescriptionSynchronizedParallelSortedSetIterable(ParallelSortedSetIterable<T> delegate, Object lock) -
Uses of ParallelSortedSetIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement ParallelSortedSetIterableModifier and TypeClassDescriptionprivate final classMethods in org.eclipse.collections.impl.set.sorted.immutable that return ParallelSortedSetIterableModifier and TypeMethodDescriptionAbstractImmutableSortedSet.asParallel(ExecutorService executorService, int batchSize) ImmutableTreeSet.asParallel(ExecutorService executorService, int batchSize) -
Uses of ParallelSortedSetIterable in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return ParallelSortedSetIterableModifier and TypeMethodDescriptionSortedSetAdapter.asParallel(ExecutorService executorService, int batchSize) SynchronizedSortedSet.asParallel(ExecutorService executorService, int batchSize) TreeSortedSet.asParallel(ExecutorService executorService, int batchSize) UnmodifiableSortedSet.asParallel(ExecutorService executorService, int batchSize)