Class InternalPercentilesBucket.Iter
- java.lang.Object
-
- org.elasticsearch.search.aggregations.pipeline.InternalPercentilesBucket.Iter
-
- All Implemented Interfaces:
Iterator<Percentile>
- Enclosing class:
- InternalPercentilesBucket
public static class InternalPercentilesBucket.Iter extends Object implements Iterator<Percentile>
-
-
Constructor Summary
Constructors Constructor Description Iter(double[] percents, double[] percentiles)
-
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
-
-
-
-
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>
-
-