Uses of Interface
org.eclipse.collections.api.set.ParallelUnsortedSetIterable
-
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
ParallelUnsortedBag. asUnique()
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
ParallelListIterable. asUnique()
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
UnsortedSetIterable. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
ParallelUnsortedSetIterable. asUnique()
ParallelUnsortedSetIterable<T>
ParallelUnsortedSetIterable. reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelUnsortedSetIterable<T>
ParallelUnsortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
ParallelUnsortedSetIterable<T>
ParallelUnsortedSetIterable. select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelUnsortedSetIterable<S>
ParallelUnsortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> ParallelUnsortedSetIterable<T>
ParallelUnsortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel that implement ParallelUnsortedSetIterable Modifier and Type Class Description class
ParallelDistinctIterable<T>
Methods in org.eclipse.collections.impl.lazy.parallel that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
AbstractParallelIterableImpl. asUnique()
ParallelUnsortedSetIterable<T>
ParallelDistinctIterable. asUnique()
protected <A> ParallelUnsortedSetIterable<A>
AbstractMultiReaderParallelIterable. wrap(ParallelUnsortedSetIterable<A> wrapped)
protected <A> ParallelUnsortedSetIterable<A>
AbstractSynchronizedParallelIterable. wrap(ParallelUnsortedSetIterable<A> wrapped)
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type ParallelUnsortedSetIterable Modifier and Type Method Description protected <A> ParallelUnsortedSetIterable<A>
AbstractMultiReaderParallelIterable. wrap(ParallelUnsortedSetIterable<A> wrapped)
protected <A> ParallelUnsortedSetIterable<A>
AbstractSynchronizedParallelIterable. wrap(ParallelUnsortedSetIterable<A> wrapped)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.bag
Methods in org.eclipse.collections.impl.lazy.parallel.bag that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
AbstractParallelUnsortedBag. asUnique()
ParallelUnsortedSetIterable<T>
NonParallelUnsortedBag. asUnique()
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement ParallelUnsortedSetIterable Modifier and Type Class Description (package private) class
ParallelDistinctListIterable<T>
Methods in org.eclipse.collections.impl.lazy.parallel.list that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
AbstractParallelListIterable. asUnique()
ParallelUnsortedSetIterable<T>
MultiReaderParallelListIterable. asUnique()
ParallelUnsortedSetIterable<T>
NonParallelListIterable. asUnique()
ParallelUnsortedSetIterable<T>
ParallelDistinctListIterable. asUnique()
ParallelUnsortedSetIterable<T>
SynchronizedParallelListIterable. asUnique()
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set that implement ParallelUnsortedSetIterable 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>
Methods in org.eclipse.collections.impl.lazy.parallel.set that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
AbstractParallelUnsortedSetIterable. asUnique()
ParallelUnsortedSetIterable<T>
MultiReaderParallelUnsortedSetIterable. asUnique()
ParallelUnsortedSetIterable<T>
NonParallelUnsortedSetIterable. asUnique()
ParallelUnsortedSetIterable<T>
SynchronizedParallelUnsortedSetIterable. asUnique()
ParallelUnsortedSetIterable<T>
AbstractParallelUnsortedSetIterable. reject(Predicate<? super T> predicate)
ParallelUnsortedSetIterable<T>
MultiReaderParallelUnsortedSetIterable. reject(Predicate<? super T> predicate)
ParallelUnsortedSetIterable<T>
NonParallelUnsortedSetIterable. reject(Predicate<? super T> predicate)
ParallelUnsortedSetIterable<T>
SynchronizedParallelUnsortedSetIterable. reject(Predicate<? super T> predicate)
<P> ParallelUnsortedSetIterable<T>
AbstractParallelUnsortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelUnsortedSetIterable<T>
MultiReaderParallelUnsortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelUnsortedSetIterable<T>
NonParallelUnsortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelUnsortedSetIterable<T>
SynchronizedParallelUnsortedSetIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
ParallelUnsortedSetIterable<T>
AbstractParallelUnsortedSetIterable. select(Predicate<? super T> predicate)
ParallelUnsortedSetIterable<T>
MultiReaderParallelUnsortedSetIterable. select(Predicate<? super T> predicate)
ParallelUnsortedSetIterable<T>
NonParallelUnsortedSetIterable. select(Predicate<? super T> predicate)
ParallelUnsortedSetIterable<T>
SynchronizedParallelUnsortedSetIterable. select(Predicate<? super T> predicate)
<S> ParallelUnsortedSetIterable<S>
AbstractParallelUnsortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<S> ParallelUnsortedSetIterable<S>
MultiReaderParallelUnsortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<S> ParallelUnsortedSetIterable<S>
NonParallelUnsortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<S> ParallelUnsortedSetIterable<S>
SynchronizedParallelUnsortedSetIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> ParallelUnsortedSetIterable<T>
AbstractParallelUnsortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelUnsortedSetIterable<T>
MultiReaderParallelUnsortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelUnsortedSetIterable<T>
NonParallelUnsortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> ParallelUnsortedSetIterable<T>
SynchronizedParallelUnsortedSetIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type ParallelUnsortedSetIterable Constructor Description MultiReaderParallelUnsortedSetIterable(ParallelUnsortedSetIterable<T> delegate, java.util.concurrent.locks.ReadWriteLock lock)
SynchronizedParallelUnsortedSetIterable(ParallelUnsortedSetIterable<T> delegate, java.lang.Object lock)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.fixed
Methods in org.eclipse.collections.impl.set.fixed that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
AbstractMemoryEfficientMutableSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
AbstractImmutableSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
ImmutableUnifiedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement ParallelUnsortedSetIterable Modifier and Type Class Description private class
UnifiedSet.UnifiedSetParallelUnsortedIterable
Methods in org.eclipse.collections.impl.set.mutable that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
MultiReaderUnifiedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
MultiReaderUnifiedSet.UntouchableMutableSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
SetAdapter. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
SynchronizedMutableSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
UnifiedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
ParallelUnsortedSetIterable<T>
UnmodifiableMutableSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.strategy.immutable
Methods in org.eclipse.collections.impl.set.strategy.immutable that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
ImmutableUnifiedSetWithHashingStrategy. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement ParallelUnsortedSetIterable Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>
UnifiedSetWithHashingStrategy. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-