public static interface BinList.Result
Modifier and Type | Method | 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.
|
java.util.Iterator<java.lang.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()
.java.util.Iterator<java.lang.Long> indexIterator()
BinList.Result compact()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.