Package org.teavm.classlib.java.util
Class TLongSummaryStatistics
java.lang.Object
org.teavm.classlib.java.util.TLongSummaryStatistics
- All Implemented Interfaces:
TIntConsumer
,TLongConsumer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.teavm.classlib.java.util.function.TIntConsumer
andThen
Methods inherited from interface org.teavm.classlib.java.util.function.TLongConsumer
andThen
-
Constructor Details
-
TLongSummaryStatistics
public TLongSummaryStatistics() -
TLongSummaryStatistics
public TLongSummaryStatistics(long count, long min, long max, long sum) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
-
Method Details
-
accept
public void accept(int value) - Specified by:
accept
in interfaceTIntConsumer
-
accept
public void accept(long value) - Specified by:
accept
in interfaceTLongConsumer
-
combine
-
getCount
public final long getCount() -
getSum
public final long getSum() -
getMin
public final long getMin() -
getMax
public final long getMax() -
getAverage
public final double getAverage() -
toString
-