Uses of Interface
org.eclipse.collections.impl.lazy.parallel.Batch
Packages that use Batch
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 Batch in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel with type parameters of type BatchModifier and TypeClassDescriptionclass
AbstractParallelIterable<T,
B extends Batch<T>> class
AbstractParallelIterableImpl<T,
B extends Batch<T>> Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallelModifier and TypeInterfaceDescriptioninterface
OrderedBatch<T>
interface
RootBatch<T>
ABatch
that must be at the root of the chain, not wrapped in other Batches.Classes in org.eclipse.collections.impl.lazy.parallel that implement BatchFields in org.eclipse.collections.impl.lazy.parallel with type parameters of type BatchModifier 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 that return BatchModifier and TypeMethodDescription<V> Batch
<V> OrderedBatch.distinct
(ConcurrentHashMap<T, Boolean> distinct) <V> Batch
<V> Batch.flatCollect
(Function<? super T, ? extends Iterable<V>> function) Methods in org.eclipse.collections.impl.lazy.parallel that return types with arguments of type BatchMethod parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type BatchModifier and TypeMethodDescriptionprotected <S,
V> void AbstractParallelIterable.collectCombine
(Function<Batch<T>, V> function, Procedure2<S, V> combineProcedure, S state) private <S,
V> void AbstractParallelIterable.collectCombineOrdered
(Function<Batch<T>, V> function, Procedure2<S, V> combineProcedure, S state) private <S,
V> void AbstractParallelIterable.collectCombineUnordered
(Function<Batch<T>, V> function, Procedure2<S, V> combineProcedure, S state) private T
private T
private T
AbstractParallelIterable.collectReduceUnordered
(Function<Batch<T>, T> map, Function2<T, T, T> function2) private double
AbstractParallelIterable.sumOfDoubleOrdered
(Function<Batch<T>, DoubleSumResultHolder> map) private long
AbstractParallelIterable.sumOfLongOrdered
(LongFunction<Batch<T>> map) Constructor parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type BatchModifierConstructorDescriptionParallelDistinctIterable
(AbstractParallelIterable<T, ? extends Batch<T>> delegate) ParallelSelectIterable
(AbstractParallelIterable<T, ? extends Batch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.bag
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.bagModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.eclipse.collections.impl.lazy.parallel.bag that implement BatchModifier and TypeClassDescriptionclass
class
class
Fields in org.eclipse.collections.impl.lazy.parallel.bag declared as BatchModifier and TypeFieldDescriptionCollectUnsortedBagBatch.unsortedBagBatch
FlatCollectUnsortedBagBatch.unsortedBagBatch
Constructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type Batch -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.listClasses in org.eclipse.collections.impl.lazy.parallel.list that implement BatchModifier and TypeClassDescriptionclass
CollectListBatch<T,
V> class
class
FlatCollectListBatch<T,
V> class
class
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as BatchModifier and TypeFieldDescriptionCollectListBatch.batch
DistinctBatch.batch
FlatCollectListBatch.batch
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type BatchModifierConstructorDescriptionDistinctBatch
(Batch<T> batch, ConcurrentHashMap<T, Boolean> distinct) -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.set
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.setModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.eclipse.collections.impl.lazy.parallel.set that implement BatchModifier and TypeClassDescriptionclass
class
Fields in org.eclipse.collections.impl.lazy.parallel.set with type parameters of type BatchModifier and TypeFieldDescriptionprivate final AbstractParallelIterable
<T, ? extends Batch<T>> ParallelCollectIterable.delegate
private final AbstractParallelIterable
<T, ? extends Batch<T>> ParallelFlatCollectIterable.delegate
Methods in org.eclipse.collections.impl.lazy.parallel.set that return types with arguments of type BatchModifier and TypeMethodDescriptionParallelCollectIterable.split()
ParallelFlatCollectIterable.split()
Constructor parameters in org.eclipse.collections.impl.lazy.parallel.set with type arguments of type BatchModifierConstructorDescriptionParallelCollectIterable
(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 Batch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.set.sortedClasses in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement BatchModifier and TypeClassDescriptionclass
class
class
-
Uses of Batch in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement Batch -
Uses of Batch in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement Batch -
Uses of Batch in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement BatchModifier and TypeClassDescriptionprivate final class