Uses of Class
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable
Packages that use AbstractParallelIterable
Package
Description
This package contains implementations of
MutableSet
.This package contains implementations of
ImmutableSortedSet
.This package contains implementations of sets with user defined
HashingStrategy
s.-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallelModifier and TypeClassDescriptionclass
AbstractParallelIterableImpl<T,
B extends Batch<T>> class
class
Fields in org.eclipse.collections.impl.lazy.parallel declared as AbstractParallelIterableModifier and TypeFieldDescriptionprivate final AbstractParallelIterable
<T, ? extends Batch<T>> ParallelDistinctIterable.delegate
private final AbstractParallelIterable
<T, ? extends Batch<T>> ParallelSelectIterable.parallelIterable
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterableModifier and TypeMethodDescriptionprotected 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 AbstractParallelIterableModifierConstructorDescriptionParallelDistinctIterable
(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.bagModifier and TypeClassDescriptionclass
AbstractParallelUnsortedBag<T,
B extends UnsortedBagBatch<T>> class
(package private) class
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.listModifier and TypeClassDescriptionclass
AbstractParallelListIterable<T,
B extends ListBatch<T>> final class
class
(package private) class
class
(package private) class
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as AbstractParallelIterableModifier and TypeFieldDescriptionprivate final AbstractParallelIterable
<T, ? extends OrderedBatch<T>> ParallelCollectListIterable.parallelIterable
private final AbstractParallelIterable
<T, ? extends OrderedBatch<T>> ParallelFlatCollectListIterable.parallelIterable
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type AbstractParallelIterableModifierConstructorDescriptionParallelCollectListIterable
(AbstractParallelIterable<T, ? extends OrderedBatch<T>> parallelIterable, Function<? super T, ? extends V> function) ParallelFlatCollectListIterable
(AbstractParallelIterable<T, ? extends OrderedBatch<T>> parallelIterable, Function<? super T, ? extends Iterable<V>> function) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.setModifier and TypeClassDescriptionclass
AbstractParallelUnsortedSetIterable<T,
B extends UnsortedSetBatch<T>> class
class
(package private) class
Fields in org.eclipse.collections.impl.lazy.parallel.set declared as AbstractParallelIterableModifier and TypeFieldDescriptionprivate final AbstractParallelIterable
<T, ? extends Batch<T>> ParallelCollectIterable.delegate
private final AbstractParallelIterable
<T, ? extends Batch<T>> ParallelFlatCollectIterable.delegate
Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type AbstractParallelIterableModifierConstructorDescriptionParallelCollectIterable
(AbstractParallelIterable<T, ? extends Batch<T>> delegate, Function<? super T, ? extends V> function) ParallelFlatCollectIterable
(AbstractParallelIterable<T, ? extends Batch<T>> delegate, Function<? super T, ? extends Iterable<V>> function) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Modifier and TypeClassDescriptionclass
AbstractParallelSortedSetIterable<T,
B extends SortedSetBatch<T>> (package private) class
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.set.mutableModifier and TypeClassDescriptionprivate final class
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.sorted.immutable
Modifier and TypeClassDescriptionprivate final class
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.set.strategy.mutable
Modifier and TypeClassDescriptionprivate final class