Class DoubleLinearIterator

java.lang.Object
org.HdrHistogram.DoubleLinearIterator
All Implemented Interfaces:
Iterator<DoubleHistogramIterationValue>

public class DoubleLinearIterator extends Object implements Iterator<DoubleHistogramIterationValue>
Used for iterating through DoubleHistogram values in linear steps. The iteration is performed in steps of valueUnitsPerBucket in size, terminating when all recorded histogram values are exhausted. Note that each iteration "bucket" includes values up to and including the next bucket boundary value.