Interface BatchIterable<E>

All Known Implementing Classes:
AbstractUnifiedSet, CompositeFastList, FastList, ImmutableUnifiedMap, ImmutableUnifiedMapWithHashingStrategy, UnifiedMap, UnifiedMapWithHashingStrategy, UnifiedSet, UnifiedSetWithHashingStrategy

public interface BatchIterable<E>
  • Method Summary

    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()