Uses of Interface
org.eclipse.collections.impl.lazy.parallel.RootBatch
-
Packages that use RootBatch Package Description org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
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 RootBatch Modifier and Type Method Description protected 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 Modifier and Type Interface Description interface
RootUnsortedBagBatch<T>
-
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Interface Description interface
RootListBatch<T>
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement RootBatch Modifier and Type Class Description class
ListIterableBatch<T>
-
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.set
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Interface Description interface
RootUnsortedSetBatch<T>
-
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Interface Description interface
RootSortedSetBatch<T>
-
Uses of RootBatch in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement RootBatch Modifier and Type Class Description private class
UnifiedSet.UnifiedUnsortedSetBatch
-
Uses of RootBatch in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement RootBatch Modifier and Type Class Description private class
ImmutableTreeSet.ImmutableTreeSetBatch
-
Uses of RootBatch in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement RootBatch Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-