Package org.HdrHistogram
Class AbstractHistogram.AllValues
java.lang.Object
org.HdrHistogram.AbstractHistogram.AllValues
- All Implemented Interfaces:
Iterable<HistogramIterationValue>
- Enclosing class:
AbstractHistogram
public class AbstractHistogram.AllValues
extends Object
implements Iterable<HistogramIterationValue>
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<HistogramIterationValue>- Returns:
- A
AllValuesIterator<HistogramIterationValue>
-