org.HdrHistogram
Class DoubleHistogram.RecordedValues
java.lang.Object
org.HdrHistogram.DoubleHistogram.RecordedValues
- All Implemented Interfaces:
- Iterable<DoubleHistogramIterationValue>
- Enclosing class:
- DoubleHistogram
public class DoubleHistogram.RecordedValues
- extends Object
- implements Iterable<DoubleHistogramIterationValue>
An Iterable<DoubleHistogramIterationValue> through
the histogram using a DoubleRecordedValuesIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
public Iterator<DoubleHistogramIterationValue> iterator()
- Specified by:
iterator in interface Iterable<DoubleHistogramIterationValue>
- Returns:
- A
DoubleRecordedValuesIterator<HistogramIterationValue>
Copyright © 2015. All rights reserved.