Uses of Interface
org.eclipse.collections.api.set.ParallelUnsortedSetIterable
-
Packages that use ParallelUnsortedSetIterable Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategys.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys. -
-
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 classParallelDistinctIterable<T>Methods in org.eclipse.collections.impl.lazy.parallel that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<T>AbstractParallelIterableImpl. 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) classParallelDistinctListIterable<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>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 classAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>classMultiReaderParallelUnsortedSetIterable<T>classNonParallelUnsortedSetIterable<T>(package private) classParallelSelectUnsortedSetIterable<T>classSynchronizedParallelUnsortedSetIterable<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 classUnifiedSet.UnifiedSetParallelUnsortedIterableMethods 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.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ParallelUnsortedSetIterable Modifier and Type Method Description ParallelUnsortedSetIterable<java.lang.Boolean>BoxedMutableBooleanSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Byte>BoxedMutableByteSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Character>BoxedMutableCharSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Double>BoxedMutableDoubleSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Float>BoxedMutableFloatSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Integer>BoxedMutableIntSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Long>BoxedMutableLongSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)ParallelUnsortedSetIterable<java.lang.Short>BoxedMutableShortSet. 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 classUnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterableMethods 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)
-