Package org.HdrHistogram
Class AbstractHistogram.LogarithmicBucketValues
- java.lang.Object
-
- org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
-
- All Implemented Interfaces:
java.lang.Iterable<HistogramIterationValue>
- Enclosing class:
- AbstractHistogram
public class AbstractHistogram.LogarithmicBucketValues extends java.lang.Object implements java.lang.Iterable<HistogramIterationValue>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AbstractHistogram
histogram
(package private) double
logBase
(package private) long
valueUnitsInFirstBucket
-
Constructor Summary
Constructors Modifier Constructor Description private
LogarithmicBucketValues(AbstractHistogram histogram, long valueUnitsInFirstBucket, double logBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<HistogramIterationValue>
iterator()
-
-
-
Field Detail
-
histogram
final AbstractHistogram histogram
-
valueUnitsInFirstBucket
final long valueUnitsInFirstBucket
-
logBase
final double logBase
-
-
Constructor Detail
-
LogarithmicBucketValues
private LogarithmicBucketValues(AbstractHistogram histogram, long valueUnitsInFirstBucket, double logBase)
-
-
Method Detail
-
iterator
public java.util.Iterator<HistogramIterationValue> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<HistogramIterationValue>
- Returns:
- A
LogarithmicIterator
<HistogramIterationValue
>
-
-