Package org.HdrHistogram
Class AbstractHistogram.LinearBucketValues
- java.lang.Object
-
- org.HdrHistogram.AbstractHistogram.LinearBucketValues
-
- All Implemented Interfaces:
Iterable<HistogramIterationValue>
- Enclosing class:
- AbstractHistogram
public class AbstractHistogram.LinearBucketValues extends Object implements Iterable<HistogramIterationValue>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<HistogramIterationValue>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<HistogramIterationValue> iterator()
- Specified by:
iteratorin interfaceIterable<HistogramIterationValue>- Returns:
- A
LinearIterator<HistogramIterationValue>
-
-