Class InternalHDRPercentileRanks.Iter
- java.lang.Object
-
- org.elasticsearch.search.aggregations.metrics.InternalHDRPercentileRanks.Iter
-
- All Implemented Interfaces:
Iterator<Percentile>
- Enclosing class:
- InternalHDRPercentileRanks
public static class InternalHDRPercentileRanks.Iter extends Object implements Iterator<Percentile>
-
-
Constructor Summary
Constructors Constructor Description Iter(double[] values, DoubleHistogram state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Percentilenext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
Iter
public Iter(double[] values, DoubleHistogram state)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Percentile>
-
next
public Percentile next()
- Specified by:
nextin interfaceIterator<Percentile>
-
remove
public final void remove()
- Specified by:
removein interfaceIterator<Percentile>
-
-