类 Aggregation.Describe<V>

  • 所有已实现的接口:
    Aggregate<V,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>, Function<java.util.List<V>,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>
    封闭类:
    Aggregation

    public static class Aggregation.Describe<V>
    extends java.lang.Object
    implements Aggregate<V,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>
    • 构造器概要

      构造器 
      构造器 说明
      Describe()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      org.apache.commons.math3.stat.descriptive.StatisticalSummary apply​(java.util.List<V> values)
      Perform computation on the specified input value and return the result.
      • 从类继承的方法 java.lang.Object

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

      • Describe

        public Describe()
    • 方法详细资料

      • apply

        public org.apache.commons.math3.stat.descriptive.StatisticalSummary apply​(java.util.List<V> values)
        从接口复制的说明: Function
        Perform computation on the specified input value and return the result.
        指定者:
        apply 在接口中 Function<java.util.List<V>,​org.apache.commons.math3.stat.descriptive.StatisticalSummary>
        参数:
        values - the input value
        返回:
        the result