public static class InternalHDRPercentiles.Iter extends com.google.common.collect.UnmodifiableIterator<Percentile>
| Constructor and Description |
|---|
InternalHDRPercentiles.Iter(double[] percents,
org.HdrHistogram.DoubleHistogram state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Percentile |
next() |
public InternalHDRPercentiles.Iter(double[] percents,
org.HdrHistogram.DoubleHistogram state)
public boolean hasNext()
public Percentile next()
Copyright © 2009–2017. All rights reserved.