Uses of Class
org.HdrHistogram.AbstractHistogramIterator
-
Packages that use AbstractHistogramIterator Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of AbstractHistogramIterator in org.HdrHistogram
Subclasses of AbstractHistogramIterator in org.HdrHistogram Modifier and Type Class Description classAllValuesIteratorUsed for iterating through histogram values using the finest granularity steps supported by the underlying representation.classLinearIteratorUsed for iterating through histogram values in linear steps.classLogarithmicIteratorUsed for iterating through histogram values in logarithmically increasing levels.classPercentileIteratorUsed for iterating through histogram values according to percentile levels.classRecordedValuesIteratorUsed for iterating through all recorded histogram values using the finest granularity steps supported by the underlying representation.
-