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