org.HdrHistogram
Class AbstractHistogram.RecordedValues

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

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

An Iterable<HistogramIterationValue> through the histogram using a RecordedValuesIterator


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


Copyright © 2014. All rights reserved.