Class SerializableLongSummaryStatistics

java.lang.Object
java.util.LongSummaryStatistics
org.aksw.commons.util.serializable.SerializableLongSummaryStatistics
All Implemented Interfaces:
Serializable, IntConsumer, LongConsumer

public class SerializableLongSummaryStatistics extends LongSummaryStatistics implements Serializable
See Also:
  • Constructor Details

    • SerializableLongSummaryStatistics

      public SerializableLongSummaryStatistics()
    • SerializableLongSummaryStatistics

      public SerializableLongSummaryStatistics(long count, long min, long max, long sum) throws IllegalArgumentException
      Throws:
      IllegalArgumentException