org.HdrHistogram
Class DoubleHistogram.AllValues

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

public class DoubleHistogram.AllValues
extends Object
implements Iterable<DoubleHistogramIterationValue>

An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleAllValuesIterator


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

Method Detail

iterator

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


Copyright © 2014. All rights reserved.