org.HdrHistogram
Class DoubleHistogram.Percentiles

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

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

An Iterable<DoubleHistogramIterationValue> through the histogram using a DoublePercentileIterator


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 DoublePercentileIterator<DoubleHistogramIterationValue>


Copyright © 2014. All rights reserved.