Package org.HdrHistogram
Class AbstractHistogram.LinearBucketValues
java.lang.Object
org.HdrHistogram.AbstractHistogram.LinearBucketValues
- All Implemented Interfaces:
Iterable<HistogramIterationValue>
- Enclosing class:
AbstractHistogram
public class AbstractHistogram.LinearBucketValues
extends Object
implements Iterable<HistogramIterationValue>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final AbstractHistogram(package private) final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLinearBucketValues(AbstractHistogram histogram, long valueUnitsPerBucket) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
histogram
-
valueUnitsPerBucket
final long valueUnitsPerBucket
-
-
Constructor Details
-
LinearBucketValues
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<HistogramIterationValue>- Returns:
- A
LinearIterator<HistogramIterationValue>
-