Class RecordedValuesIterator

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

public class RecordedValuesIterator extends AbstractHistogramIterator 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.
  • Field Details

    • visitedIndex

      int visitedIndex
  • Constructor Details

    • RecordedValuesIterator

      public RecordedValuesIterator(AbstractHistogram histogram)
      Parameters:
      histogram - The histogram this iterator will operate on
  • Method Details