Package 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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<DoubleHistogramIterationValue>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<DoubleHistogramIterationValue> iterator()
- Specified by:
iteratorin interfaceIterable<DoubleHistogramIterationValue>- Returns:
- A
DoubleAllValuesIterator<HistogramIterationValue>
-
-