Modifier and Type | Field and Description |
---|---|
(package private) HistogramIterationValue |
AbstractHistogramIterator.currentIterationValue |
private HistogramIterationValue |
DoubleHistogramIterationValue.integerHistogramIterationValue |
Modifier and Type | Method and Description |
---|---|
HistogramIterationValue |
DoubleHistogramIterationValue.getIntegerHistogramIterationValue() |
HistogramIterationValue |
AbstractHistogramIterator.next()
Returns the next element in the iteration.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<HistogramIterationValue> |
AbstractHistogram.Percentiles.iterator() |
java.util.Iterator<HistogramIterationValue> |
AbstractHistogram.LinearBucketValues.iterator() |
java.util.Iterator<HistogramIterationValue> |
AbstractHistogram.LogarithmicBucketValues.iterator() |
java.util.Iterator<HistogramIterationValue> |
AbstractHistogram.RecordedValues.iterator() |
java.util.Iterator<HistogramIterationValue> |
AbstractHistogram.AllValues.iterator() |
Constructor and Description |
---|
DoubleHistogramIterationValue(HistogramIterationValue integerHistogramIterationValue) |