public static interface BinList.Result
Modifier and Type | Method and Description |
---|---|
BinList.Result |
compact()
Returns a Result instance with behaviour the same as this one,
but with implementation optimised for long-term storage.
|
long |
getBinCount()
Returns the number of bins actually populated.
|
double |
getBinValue(long index)
Returns the value that has been accumulated into the given bin index.
|
Iterator<Long> |
indexIterator()
Returns an iterator over the indices of the
populated bins int this result.
|
double getBinValue(long index)
Combiner
, it should generally be multiplied by the
binFactor
before use.index
- bin indexlong getBinCount()
indexIterator()
.Iterator<Long> indexIterator()
BinList.Result compact()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.