类 Aggregation.Percentile<V>

  • 所有已实现的接口:
    Aggregate<V,​java.lang.Number>, Function<java.util.List<V>,​java.lang.Number>
    封闭类:
    Aggregation

    public static class Aggregation.Percentile<V>
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器 说明
      Percentile​(double quantile)  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • Percentile

        public Percentile​(double quantile)