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 Summary
Constructors -
Method Summary
Methods inherited from class java.util.LongSummaryStatistics
accept, accept, combine, getAverage, getCount, getMax, getMin, getSum, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.IntConsumer
andThenMethods inherited from interface java.util.function.LongConsumer
andThen
-
Constructor Details
-
SerializableLongSummaryStatistics
public SerializableLongSummaryStatistics() -
SerializableLongSummaryStatistics
public SerializableLongSummaryStatistics(long count, long min, long max, long sum) throws IllegalArgumentException - Throws:
IllegalArgumentException
-