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 TypeMethodDescriptionvoid
batchForEach
(Procedure<? super E> procedure, int sectionIndex, int sectionCount) void
int
getBatchCount
(int batchSize) int
size()
-
Method Details
-
batchForEach
-
size
int size() -
getBatchCount
int getBatchCount(int batchSize) -
forEach
-