Class RecordedValuesIterator

  • All Implemented Interfaces:
    java.util.Iterator<HistogramIterationValue>

    public class RecordedValuesIterator
    extends AbstractHistogramIterator
    implements java.util.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 Detail

      • visitedIndex

        int visitedIndex
    • Constructor Detail

      • RecordedValuesIterator

        public RecordedValuesIterator​(AbstractHistogram histogram)
        Parameters:
        histogram - The histogram this iterator will operate on