Modifier and Type | Class and Description |
---|---|
class |
AllValuesIterator
Used for iterating through histogram values using the finest granularity steps supported by the underlying
representation.
|
class |
LinearIterator
Used for iterating through histogram values in linear steps.
|
class |
LogarithmicIterator
Used for iterating through histogram values in logarithmically increasing levels.
|
class |
PercentileIterator
Used for iterating through histogram values according to percentile levels.
|
class |
RecordedValuesIterator
Used for iterating through all recorded histogram values using the finest granularity steps supported by the
underlying representation.
|