Uses of Class
org.eclipse.collections.impl.lazy.parallel.set.AbstractParallelUnsortedSetIterable
-
Packages that use AbstractParallelUnsortedSetIterable Package Description org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel
Subclasses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel Modifier and Type Class Description class
ParallelDistinctIterable<T>
-
Uses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Class Description (package private) class
ParallelDistinctListIterable<T>
-
Uses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set
Subclasses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Class Description (package private) class
ParallelSelectUnsortedSetIterable<T>
Fields in org.eclipse.collections.impl.lazy.parallel.set declared as AbstractParallelUnsortedSetIterable Modifier and Type Field Description private AbstractParallelUnsortedSetIterable<T,? extends UnsortedSetBatch<T>>
ParallelSelectUnsortedSetIterable. delegate
Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type AbstractParallelUnsortedSetIterable Constructor Description ParallelSelectUnsortedSetIterable(AbstractParallelUnsortedSetIterable<T,? extends UnsortedSetBatch<T>> delegate, Predicate<? super T> predicate)
-
Uses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description private class
UnifiedSet.UnifiedSetParallelUnsortedIterable
-
Uses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Subclasses of AbstractParallelUnsortedSetIterable in org.eclipse.collections.impl.set.strategy.mutable Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable
-