Package org.HdrHistogram
Class DoubleHistogram.Percentiles
java.lang.Object
org.HdrHistogram.DoubleHistogram.Percentiles
- All Implemented Interfaces:
Iterable<DoubleHistogramIterationValue>
- Enclosing class:
DoubleHistogram
public class DoubleHistogram.Percentiles
extends Object
implements Iterable<DoubleHistogramIterationValue>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DoubleHistogram(package private) final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePercentiles(DoubleHistogram histogram, int percentileTicksPerHalfDistance) -
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
-
percentileTicksPerHalfDistance
final int percentileTicksPerHalfDistance
-
-
Constructor Details
-
Percentiles
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<DoubleHistogramIterationValue>- Returns:
- A
DoublePercentileIterator<DoubleHistogramIterationValue>
-