public interface ArrayAggregationState extends AccumulatorState
| Modifier and Type | Method and Description |
|---|---|
void |
add(Block block,
int position) |
void |
forEach(ArrayAggregationStateConsumer consumer) |
boolean |
isEmpty() |
default void |
merge(ArrayAggregationState otherState) |
default void |
reset() |
getEstimatedSizevoid add(Block block, int position)
void forEach(ArrayAggregationStateConsumer consumer)
boolean isEmpty()
default void merge(ArrayAggregationState otherState)
default void reset()
Copyright © 2012–2019. All rights reserved.