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
HashingStrategys.-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallelModifier and TypeClassDescriptionclassAbstractParallelIterableImpl<T, B extends Batch<T>>classclassFields in org.eclipse.collections.impl.lazy.parallel declared as AbstractParallelIterableModifier and TypeFieldDescriptionprivate final AbstractParallelIterable<T, ? extends Batch<T>> ParallelDistinctIterable.delegateprivate final AbstractParallelIterable<T, ? extends Batch<T>> ParallelSelectIterable.parallelIterableMethods in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterableModifier and TypeMethodDescriptionprotected static <T> booleanAbstractParallelIterable.allSatisfy(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate) protected static <T> booleanAbstractParallelIterable.anySatisfy(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate) protected static <T> TAbstractParallelIterable.detect(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate) protected static <T> voidAbstractParallelIterable.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 TypeClassDescriptionclassAbstractParallelUnsortedBag<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 TypeClassDescriptionclassAbstractParallelListIterable<T, B extends ListBatch<T>>final classclass(package private) classclass(package private) classFields in org.eclipse.collections.impl.lazy.parallel.list declared as AbstractParallelIterableModifier and TypeFieldDescriptionprivate final AbstractParallelIterable<T, ? extends OrderedBatch<T>> ParallelCollectListIterable.parallelIterableprivate final AbstractParallelIterable<T, ? extends OrderedBatch<T>> ParallelFlatCollectListIterable.parallelIterableConstructors 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 TypeClassDescriptionclassAbstractParallelUnsortedSetIterable<T, B extends UnsortedSetBatch<T>>classclass(package private) classFields in org.eclipse.collections.impl.lazy.parallel.set declared as AbstractParallelIterableModifier and TypeFieldDescriptionprivate final AbstractParallelIterable<T, ? extends Batch<T>> ParallelCollectIterable.delegateprivate final AbstractParallelIterable<T, ? extends Batch<T>> ParallelFlatCollectIterable.delegateConstructors 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 TypeClassDescriptionclassAbstractParallelSortedSetIterable<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