Uses of Interface
org.eclipse.collections.impl.lazy.parallel.OrderedBatch
Packages that use OrderedBatch
-
Uses of OrderedBatch in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return OrderedBatchModifier and TypeMethodDescription -
Uses of OrderedBatch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of OrderedBatch in org.eclipse.collections.impl.lazy.parallel.listClasses in org.eclipse.collections.impl.lazy.parallel.list that implement OrderedBatchModifier and TypeClassDescriptionclass
CollectListBatch<T,
V> class
FlatCollectListBatch<T,
V> class
class
Fields in org.eclipse.collections.impl.lazy.parallel.list with type parameters of type OrderedBatchModifier and TypeFieldDescriptionprivate final AbstractParallelIterable
<T, ? extends OrderedBatch<T>> ParallelCollectListIterable.parallelIterable
private final AbstractParallelIterable
<T, ? extends OrderedBatch<T>> ParallelFlatCollectListIterable.parallelIterable
Constructor parameters in org.eclipse.collections.impl.lazy.parallel.list with type arguments of type OrderedBatchModifierConstructorDescriptionParallelCollectListIterable
(AbstractParallelIterable<T, ? extends OrderedBatch<T>> parallelIterable, Function<? super T, ? extends V> function) ParallelFlatCollectListIterable
(AbstractParallelIterable<T, ? extends OrderedBatch<T>> parallelIterable, Function<? super T, ? extends Iterable<V>> function) -
Uses of OrderedBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of OrderedBatch in org.eclipse.collections.impl.lazy.parallel.set.sortedClasses in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement OrderedBatchModifier and TypeClassDescriptionclass
class
class
-
Uses of OrderedBatch in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement OrderedBatch