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 definedHashingStrategys. -
-
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> 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) -
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 interfaceRootUnsortedBagBatch<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 interfaceRootListBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.list that implement RootBatch Modifier and Type Class Description classListIterableBatch<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 interfaceRootUnsortedSetBatch<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 interfaceRootSortedSetBatch<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 classUnifiedSet.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 classImmutableTreeSet.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 classUnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-