Uses of Class
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable
-
Packages that use AbstractParallelIterable Package Description 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.lazy.parallel.set.sorted org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel Modifier and Type Class Description class
AbstractParallelIterableImpl<T,B extends Batch<T>>
class
ParallelDistinctIterable<T>
class
ParallelSelectIterable<T>
Fields in org.eclipse.collections.impl.lazy.parallel declared as AbstractParallelIterable Modifier and Type Field Description private AbstractParallelIterable<T,? extends Batch<T>>
ParallelDistinctIterable. delegate
private AbstractParallelIterable<T,? extends Batch<T>>
ParallelSelectIterable. parallelIterable
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterable Modifier and Type Method Description protected static <T> boolean
AbstractParallelIterable. allSatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate)
protected static <T> boolean
AbstractParallelIterable. anySatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate)
protected static <T> T
AbstractParallelIterable. detect(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate)
protected static <T> void
AbstractParallelIterable. forEach(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable, Procedure<? super T> procedure)
Constructors in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterable Constructor Description ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate)
ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable, Predicate<? super T> predicate)
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.bag
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.bag Modifier and Type Class Description class
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>>
class
ParallelCollectUnsortedBag<T,V>
(package private) class
ParallelSelectUnsortedBag<T>
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Class Description class
AbstractParallelListIterable<T,B extends ListBatch<T>>
class
ListIterableParallelIterable<T>
class
ParallelCollectListIterable<T,V>
(package private) class
ParallelDistinctListIterable<T>
class
ParallelFlatCollectListIterable<T,V>
(package private) class
ParallelSelectListIterable<T>
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as AbstractParallelIterable Modifier and Type Field Description private AbstractParallelIterable<T,? extends OrderedBatch<T>>
ParallelCollectListIterable. parallelIterable
private AbstractParallelIterable<T,? extends OrderedBatch<T>>
ParallelFlatCollectListIterable. parallelIterable
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type AbstractParallelIterable Constructor Description ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, Function<? super T,? extends V> function)
ParallelFlatCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Class Description class
AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>
class
ParallelCollectIterable<T,V>
class
ParallelFlatCollectIterable<T,V>
(package private) class
ParallelSelectUnsortedSetIterable<T>
Fields in org.eclipse.collections.impl.lazy.parallel.set declared as AbstractParallelIterable Modifier and Type Field Description private AbstractParallelIterable<T,? extends Batch<T>>
ParallelCollectIterable. delegate
private AbstractParallelIterable<T,? extends Batch<T>>
ParallelFlatCollectIterable. delegate
Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type AbstractParallelIterable Constructor Description ParallelCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate, Function<? super T,? extends V> function)
ParallelFlatCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate, Function<? super T,? extends java.lang.Iterable<V>> function)
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Class Description class
AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>
(package private) class
ParallelSelectSortedSetIterable<T>
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description private class
UnifiedSet.UnifiedSetParallelUnsortedIterable
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.sorted.immutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.sorted.immutable Modifier and Type Class Description private class
ImmutableTreeSet.SortedSetIterableParallelIterable
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.strategy.mutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.strategy.mutable Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable
-