Uses of Interface
org.eclipse.collections.impl.lazy.parallel.RootBatch
Packages that use RootBatch
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 RootBatch in org.eclipse.collections.impl.lazy.parallel
Method parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type RootBatchModifier 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) -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.bag
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.bag -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.listClasses in org.eclipse.collections.impl.lazy.parallel.list that implement RootBatch -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.set
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.set -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted -
Uses of RootBatch in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement RootBatch -
Uses of RootBatch in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement RootBatch -
Uses of RootBatch in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement RootBatchModifier and TypeClassDescriptionprivate final class