public interface BatchIterable<E>
| Modifier and Type | Method and Description |
|---|---|
void |
batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super E> procedure,
int sectionIndex,
int sectionCount) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super E> procedure) |
int |
getBatchCount(int batchSize) |
int |
size() |
void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super E> procedure, int sectionIndex, int sectionCount)
int size()
int getBatchCount(int batchSize)
void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super E> procedure)
Copyright © 2004–2017. All rights reserved.