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
HashingStrategys.-
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 TypeClassDescriptionclassAbstractParallelIterable<T, B extends Batch<T>>classAbstractParallelIterableImpl<T, B extends Batch<T>>Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallelModifier and TypeInterfaceDescriptioninterfaceOrderedBatch<T>interfaceRootBatch<T>ABatchthat must be at the root of the chain, not wrapped in other Batches.Classes in org.eclipse.collections.impl.lazy.parallel that implement BatchSubclasses with type arguments of type Batch in org.eclipse.collections.impl.lazy.parallelFields in org.eclipse.collections.impl.lazy.parallel with type parameters of type BatchModifier 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 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 Tprivate Tprivate TAbstractParallelIterable.collectReduceUnordered(Function<Batch<T>, T> map, Function2<T, T, T> function2) private doubleAbstractParallelIterable.sumOfDoubleOrdered(Function<Batch<T>, DoubleSumResultHolder> map) private longAbstractParallelIterable.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 TypeInterfaceDescriptioninterfaceinterfaceClasses in org.eclipse.collections.impl.lazy.parallel.bag that implement BatchModifier and TypeClassDescriptionclassclassclassFields in org.eclipse.collections.impl.lazy.parallel.bag declared as BatchModifier and TypeFieldDescriptionCollectUnsortedBagBatch.unsortedBagBatchFlatCollectUnsortedBagBatch.unsortedBagBatchConstructors 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 TypeClassDescriptionclassCollectListBatch<T,V> classclassFlatCollectListBatch<T,V> classclassFields in org.eclipse.collections.impl.lazy.parallel.list declared as BatchModifier and TypeFieldDescriptionCollectListBatch.batchDistinctBatch.batchFlatCollectListBatch.batchConstructors 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 TypeInterfaceDescriptioninterfaceinterfaceClasses in org.eclipse.collections.impl.lazy.parallel.set that implement BatchModifier and TypeClassDescriptionclassclassSubclasses with type arguments of type Batch in org.eclipse.collections.impl.lazy.parallel.setModifier and TypeClassDescriptionclassclassFields in org.eclipse.collections.impl.lazy.parallel.set with type parameters of type BatchModifier and TypeFieldDescriptionprivate final AbstractParallelIterable<T, ? extends Batch<T>> ParallelCollectIterable.delegateprivate final AbstractParallelIterable<T, ? extends Batch<T>> ParallelFlatCollectIterable.delegateMethods 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 TypeClassDescriptionclassclassclass -
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