Interface BatchIterable<E>
- All Known Implementing Classes:
AbstractUnifiedSet, CompositeFastList, FastList, ImmutableArrayList, ImmutableUnifiedMap, ImmutableUnifiedMapWithHashingStrategy, ImmutableUnifiedSet, ImmutableUnifiedSetWithHashingStrategy, UnifiedMap, UnifiedMap.EntrySet, UnifiedMap.KeySet, UnifiedMap.ValuesCollection, UnifiedMapWithHashingStrategy, UnifiedMapWithHashingStrategy.EntrySet, UnifiedMapWithHashingStrategy.KeySet, UnifiedMapWithHashingStrategy.ValuesCollection, UnifiedSet, UnifiedSetWithHashingStrategy
public interface BatchIterable<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbatchForEach(Procedure<? super E> procedure, int sectionIndex, int sectionCount) voidintgetBatchCount(int batchSize) intsize()
-
Method Details
-
batchForEach
-
size
int size() -
getBatchCount
int getBatchCount(int batchSize) -
forEach
-