AbstractUnifiedSet
, CompositeFastList
, FastList
, ImmutableUnifiedMap
, ImmutableUnifiedMapWithHashingStrategy
, UnifiedMap
, UnifiedMapWithHashingStrategy
, UnifiedSet
, UnifiedSetWithHashingStrategy
public interface BatchIterable<E>
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() |
Copyright © 2004–2019. All rights reserved.