Interface BatchIterable<E>
-
- All Known Implementing Classes:
AbstractUnifiedSet,CompositeFastList,FastList,ImmutableUnifiedMap,ImmutableUnifiedMapWithHashingStrategy,UnifiedMap,UnifiedMapWithHashingStrategy,UnifiedSet,UnifiedSetWithHashingStrategy
public interface BatchIterable<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbatchForEach(Procedure<? super E> procedure, int sectionIndex, int sectionCount)voidforEach(Procedure<? super E> procedure)intgetBatchCount(int batchSize)intsize()
-