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
All Methods Instance Methods Abstract Methods 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()
-