public interface AccumulatorLike<A,AC>
A
,
is itself an AC
. Accumulators can handle more than Int.MaxValue
elements.Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove all accumulated elements from this accumulator.
|
long |
cumulative(int i) |
int |
hIndex() |
int |
index() |
int |
nextBlockSize() |
long |
seekSlot(long ix) |
long |
size()
Size of the accumulated collection, as a `Long`
|
long |
totalSize() |
void clear()
long cumulative(int i)
int hIndex()
int index()
int nextBlockSize()
long seekSlot(long ix)
long size()
long totalSize()