Class SerializableDoubleSummaryStatistics
java.lang.Object
java.util.DoubleSummaryStatistics
org.aksw.commons.util.serializable.SerializableDoubleSummaryStatistics
- All Implemented Interfaces:
Serializable,DoubleConsumer
public class SerializableDoubleSummaryStatistics
extends DoubleSummaryStatistics
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializableDoubleSummaryStatistics(long count, double min, double max, double sum) -
Method Summary
Methods inherited from class java.util.DoubleSummaryStatistics
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.DoubleConsumer
andThen
-
Constructor Details
-
SerializableDoubleSummaryStatistics
public SerializableDoubleSummaryStatistics() -
SerializableDoubleSummaryStatistics
public SerializableDoubleSummaryStatistics(long count, double min, double max, double sum) throws IllegalArgumentException - Throws:
IllegalArgumentException
-