org.HdrHistogram
Class DoubleHistogram.AllValues
java.lang.Object
org.HdrHistogram.DoubleHistogram.AllValues
- All Implemented Interfaces:
- Iterable<DoubleHistogramIterationValue>
- Enclosing class:
- DoubleHistogram
public class DoubleHistogram.AllValues
- extends Object
- implements Iterable<DoubleHistogramIterationValue>
An Iterable<DoubleHistogramIterationValue> through
the histogram using a DoubleAllValuesIterator
| 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
DoubleAllValuesIterator<HistogramIterationValue>
Copyright © 2015. All rights reserved.