org.HdrHistogram
Class AbstractHistogram.LogarithmicBucketValues

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

public class AbstractHistogram.LogarithmicBucketValues
extends Object
implements Iterable<HistogramIterationValue>

An Iterable<HistogramIterationValue> through the histogram using a LogarithmicIterator


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 LogarithmicIterator<HistogramIterationValue>


Copyright © 2014. All rights reserved.