Class LongSummaryStatistics

java.lang.Object
com.landawn.abacus.util.LongSummaryStatistics
All Implemented Interfaces:
IntConsumer, LongConsumer, Throwables.IntConsumer<RuntimeException>, Throwables.LongConsumer<RuntimeException>, IntConsumer, LongConsumer

public class LongSummaryStatistics extends Object implements LongConsumer, IntConsumer
  • Constructor Details

    • LongSummaryStatistics

      public LongSummaryStatistics()
    • LongSummaryStatistics

      public LongSummaryStatistics(long count, long min, long max, long sum)
      Parameters:
      count -
      min -
      max -
      sum -
  • Method Details