Class RecordedValuesIterator

java.lang.Object
org.HdrHistogram.RecordedValuesIterator
All Implemented Interfaces:
Iterator<HistogramIterationValue>

public class RecordedValuesIterator extends Object implements Iterator<HistogramIterationValue>
Used for iterating through all recorded histogram values using the finest granularity steps supported by the underlying representation. The iteration steps through all non-zero recorded value counts, and terminates when all recorded histogram values are exhausted.