Package org.HdrHistogram
Class AbstractHistogram.RecordedValues
java.lang.Object
org.HdrHistogram.AbstractHistogram.RecordedValues
- All Implemented Interfaces:
Iterable<HistogramIterationValue>
- Enclosing class:
AbstractHistogram
public class AbstractHistogram.RecordedValues
extends Object
implements Iterable<HistogramIterationValue>
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<HistogramIterationValue>- Returns:
- A
RecordedValuesIterator<HistogramIterationValue>
-