| Package | Description |
|---|---|
| org.HdrHistogram |
A High Dynamic Range (HDR) Histogram Package
|
| Modifier and Type | Method and Description |
|---|---|
DoubleHistogramIterationValue |
DoubleLogarithmicIterator.next() |
DoubleHistogramIterationValue |
DoublePercentileIterator.next() |
DoubleHistogramIterationValue |
DoubleLinearIterator.next() |
DoubleHistogramIterationValue |
DoubleRecordedValuesIterator.next() |
DoubleHistogramIterationValue |
DoubleAllValuesIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DoubleHistogramIterationValue> |
DoubleHistogram.Percentiles.iterator() |
Iterator<DoubleHistogramIterationValue> |
DoubleHistogram.LinearBucketValues.iterator() |
Iterator<DoubleHistogramIterationValue> |
DoubleHistogram.LogarithmicBucketValues.iterator() |
Iterator<DoubleHistogramIterationValue> |
DoubleHistogram.RecordedValues.iterator() |
Iterator<DoubleHistogramIterationValue> |
DoubleHistogram.AllValues.iterator() |
Copyright © 2019. All rights reserved.