public interface BatchIterable<E>
| Modifier and Type | Method and Description |
|---|---|
void |
batchForEach(com.gs.collections.api.block.procedure.Procedure<? super E> procedure,
int sectionIndex,
int sectionCount) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super E> procedure) |
int |
getBatchCount(int batchSize) |
int |
size() |
void batchForEach(com.gs.collections.api.block.procedure.Procedure<? super E> procedure, int sectionIndex, int sectionCount)
int size()
int getBatchCount(int batchSize)
void forEach(com.gs.collections.api.block.procedure.Procedure<? super E> procedure)