Uses of Interface
org.eclipse.collections.impl.lazy.parallel.list.RootListBatch
-
Packages that use RootListBatch Package Description org.eclipse.collections.impl.lazy.parallel.list -
-
Uses of RootListBatch in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement RootListBatch Modifier and Type Class Description class
ListIterableBatch<T>
Methods in org.eclipse.collections.impl.lazy.parallel.list that return RootListBatch Modifier and Type Method Description RootListBatch<T>
ListIterableParallelIterable.ListIterableParallelBatchIterator. next()
Methods in org.eclipse.collections.impl.lazy.parallel.list that return types with arguments of type RootListBatch Modifier and Type Method Description java.util.Iterator<RootListBatch<T>>
ListIterableParallelIterable.ListIterableParallelBatchLazyIterable. iterator()
LazyIterable<RootListBatch<T>>
ListIterableParallelIterable. split()
Method parameters in org.eclipse.collections.impl.lazy.parallel.list with type arguments of type RootListBatch Modifier and Type Method Description void
ListIterableParallelIterable.ListIterableParallelBatchLazyIterable. each(Procedure<? super RootListBatch<T>> procedure)
-