AbstractUnifiedSet, CompositeFastList, FastList, ImmutableUnifiedMap, ImmutableUnifiedMapWithHashingStrategy, UnifiedMap, UnifiedMapWithHashingStrategy, UnifiedSet, UnifiedSetWithHashingStrategypublic interface BatchIterable<E>
| Modifier and Type | Method | 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–2018. All rights reserved.