Class InternalTDigestPercentileRanks.Iter

org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentileRanks.Iter
All Implemented Interfaces:
<Percentile>
Enclosing class:
InternalTDigestPercentileRanks

public static class InternalTDigestPercentileRanks.Iter extends implements <Percentile>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Iter​(double[] values, TDigestState state)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    void
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,

    Methods inherited from interface java.util.

  • Constructor Details

    • Iter

      public Iter(double[] values, TDigestState state)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
       in interface <Percentile>
    • next

      public Percentile next()
      Specified by:
       in interface <Percentile>
    • remove

      public final void remove()
      Specified by:
       in interface <Percentile>