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