20230619 java.util.IntSummaryStatistics

介绍

  • java.util.IntSummaryStatistics
  • public class IntSummaryStatistics implements IntConsumer
  • 统计的指标:count, sum, min, average, max

API

构造器

  • IntSummaryStatistics()
  • IntSummaryStatistics(long count, int min, int max, long sum)

public

  • combine
    • void combine(IntSummaryStatistics other)
    • 与 other 的指标相加
  • getCount
  • getSum
  • getMin
  • getMax
  • getAverage
posted @ 2023-08-22 17:38  流星<。)#)))≦  阅读(6)  评论(0编辑  收藏  举报