Uses of Class
java.util.DoubleSummaryStatistics
-
Packages that use DoubleSummaryStatistics 软件包 描述 java.util 包含集合框架,一些国际化支持类,一个服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,一个位数组和几个其他实用程序类。java.util.stream 支持元素流功能性操作的类,例如集合上的map-reduce转换。 -
-
Uses of DoubleSummaryStatistics in java.util
Methods in java.util with parameters of type DoubleSummaryStatistics Modifier and Type 方法 描述 voidDoubleSummaryStatistics. combine(DoubleSummaryStatistics other)将另一个DoubleSummaryStatistics的状态合并到一个。 -
Uses of DoubleSummaryStatistics in java.util.stream
Methods in java.util.stream that return DoubleSummaryStatistics Modifier and Type 方法 描述 DoubleSummaryStatisticsDoubleStream. summaryStatistics()返回一个DoubleSummaryStatistics描述有关此流的元素的各种摘要数据。Methods in java.util.stream that return types with arguments of type DoubleSummaryStatistics Modifier and Type 方法 描述 static <T> Collector<T,?,DoubleSummaryStatistics>Collectors. summarizingDouble(ToDoubleFunction<? super T> mapper)返回一个Collector,double生产映射函数应用于每个输入元素,并返回结果值的汇总统计信息。
-