Uses of Interface
org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable
-
Packages that use ParallelSortedSetIterable Package Description 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.set.sorted org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
. -
-
Uses of ParallelSortedSetIterable in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ParallelSortedSetIterable Modifier and Type Method Description ParallelSortedSetIterable<T>
SortedSetIterable. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
Returns a parallel iterable of this SortedSetIterable.ParallelSortedSetIterable<T>
ParallelSortedSetIterable. asUnique()
ParallelSortedSetIterable<T>
ParallelSortedSetIterable. reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelSortedSetIterable<T>
ParallelSortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
ParallelSortedSetIterable<T>
ParallelSortedSetIterable. select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSortedSetIterable<S>
ParallelSortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> ParallelSortedSetIterable<T>
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 ParallelSortedSetIterable Modifier and Type Method Description protected <A> ParallelSortedSetIterable<A>
AbstractSynchronizedParallelIterable. wrap(ParallelSortedSetIterable<A> wrapped)
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type ParallelSortedSetIterable Modifier and Type Method Description protected <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 ParallelSortedSetIterable Modifier and Type Class Description class
AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>
class
NonParallelSortedSetIterable<T>
(package private) class
ParallelSelectSortedSetIterable<T>
class
SynchronizedParallelSortedSetIterable<T>
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return ParallelSortedSetIterable Modifier and Type Method Description ParallelSortedSetIterable<T>
AbstractParallelSortedSetIterable. asUnique()
ParallelSortedSetIterable<T>
NonParallelSortedSetIterable. asUnique()
ParallelSortedSetIterable<T>
SynchronizedParallelSortedSetIterable. asUnique()
ParallelSortedSetIterable<T>
AbstractParallelSortedSetIterable. reject(Predicate<? super T> predicate)
ParallelSortedSetIterable<T>
NonParallelSortedSetIterable. reject(Predicate<? super T> predicate)
ParallelSortedSetIterable<T>
SynchronizedParallelSortedSetIterable. reject(Predicate<? super T> predicate)
<P> ParallelSortedSetIterable<T>
AbstractParallelSortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelSortedSetIterable<T>
NonParallelSortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelSortedSetIterable<T>
SynchronizedParallelSortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
ParallelSortedSetIterable<T>
AbstractParallelSortedSetIterable. select(Predicate<? super T> predicate)
ParallelSortedSetIterable<T>
NonParallelSortedSetIterable. select(Predicate<? super T> predicate)
ParallelSortedSetIterable<T>
SynchronizedParallelSortedSetIterable. select(Predicate<? super T> predicate)
<S> ParallelSortedSetIterable<S>
AbstractParallelSortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<S> ParallelSortedSetIterable<S>
NonParallelSortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<S> ParallelSortedSetIterable<S>
SynchronizedParallelSortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> ParallelSortedSetIterable<T>
AbstractParallelSortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelSortedSetIterable<T>
NonParallelSortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelSortedSetIterable<T>
SynchronizedParallelSortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
Constructors in org.eclipse.collections.impl.lazy.parallel.set.sorted with parameters of type ParallelSortedSetIterable Constructor Description SynchronizedParallelSortedSetIterable(ParallelSortedSetIterable<T> delegate, java.lang.Object lock)
-
Uses of ParallelSortedSetIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement ParallelSortedSetIterable Modifier and Type Class Description private class
ImmutableTreeSet.SortedSetIterableParallelIterable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ParallelSortedSetIterable Modifier and Type Method Description ParallelSortedSetIterable<T>
AbstractImmutableSortedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelSortedSetIterable<T>
ImmutableTreeSet. asParallel(java.util.concurrent.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 ParallelSortedSetIterable Modifier and Type Method Description ParallelSortedSetIterable<T>
SortedSetAdapter. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelSortedSetIterable<T>
SynchronizedSortedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelSortedSetIterable<T>
TreeSortedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelSortedSetIterable<T>
UnmodifiableSortedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-