public static class InternalHDRPercentiles.Iter extends java.lang.Object implements java.util.Iterator<Percentile>
Constructor and Description |
---|
Iter(double[] percents,
org.HdrHistogram.DoubleHistogram state) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Percentile |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<Percentile>
public Percentile next()
next
in interface java.util.Iterator<Percentile>
public final void remove()
remove
in interface java.util.Iterator<Percentile>