Class InternalTDigestPercentiles.Iter
java.lang.Object
org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentiles.Iter
- All Implemented Interfaces:
java.util.Iterator<Percentile>
- Enclosing class:
- InternalTDigestPercentiles
public static class InternalTDigestPercentiles.Iter extends java.lang.Object implements java.util.Iterator<Percentile>
-
Constructor Summary
Constructors Constructor Description Iter(double[] percents, TDigestState state) -
Method Summary
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, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
Iter
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfacejava.util.Iterator<Percentile>
-
next
- Specified by:
nextin interfacejava.util.Iterator<Percentile>
-
remove
public final void remove()- Specified by:
removein interfacejava.util.Iterator<Percentile>
-