org.HdrHistogram
Class HistogramData.LinearBucketValues

java.lang.Object
  extended by org.HdrHistogram.HistogramData.LinearBucketValues
All Implemented Interfaces:
Iterable<HistogramIterationValue>
Enclosing class:
HistogramData

public class HistogramData.LinearBucketValues
extends Object
implements Iterable<HistogramIterationValue>

An Iterable<HistogramIterationValue> through the histogram using a LinearIterator


Method Summary
 Iterator<HistogramIterationValue> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public Iterator<HistogramIterationValue> iterator()
Specified by:
iterator in interface Iterable<HistogramIterationValue>
Returns:
A LinearIterator<HistogramIterationValue>


Copyright © 2014. All rights reserved.