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