org.HdrHistogram
Class AbstractHistogram.AllValues

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

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

An Iterable<HistogramIterationValue> through the histogram using a AllValuesIterator


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


Copyright © 2014. All rights reserved.