Class SerializableIntSummaryStatistics
java.lang.Object
java.util.IntSummaryStatistics
org.aksw.commons.util.serializable.SerializableIntSummaryStatistics
- All Implemented Interfaces:
Serializable,IntConsumer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.IntSummaryStatistics
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
andThen
-
Constructor Details
-
SerializableIntSummaryStatistics
public SerializableIntSummaryStatistics() -
SerializableIntSummaryStatistics
public SerializableIntSummaryStatistics(long count, int min, int max, long sum) throws IllegalArgumentException - Throws:
IllegalArgumentException
-