org.HdrHistogram
Class AbstractHistogram.Percentiles
java.lang.Object
org.HdrHistogram.AbstractHistogram.Percentiles
- All Implemented Interfaces:
- Iterable<HistogramIterationValue>
- Enclosing class:
- AbstractHistogram
public class AbstractHistogram.Percentiles
- extends Object
- implements Iterable<HistogramIterationValue>
An Iterable<HistogramIterationValue> through
the histogram using a PercentileIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
public Iterator<HistogramIterationValue> iterator()
- Specified by:
iterator in interface Iterable<HistogramIterationValue>
- Returns:
- A
PercentileIterator<HistogramIterationValue>
Copyright © 2015. All rights reserved.