public interface IStatisticsHandlerNumeric extends IStatisticsHandler
| Modifier and Type | Method and Description |
|---|---|
long |
getAverage() |
long |
getMax() |
long |
getMin() |
BigInteger |
getSum() |
getInvocationCount@Nonnull BigInteger getSum()
@CheckForSigned long getMin()
CGlobal.ILLEGAL_ULONG if the invocation
count is 0.@CheckForSigned long getAverage()
CGlobal.ILLEGAL_ULONG if the invocation
count is 0 to avoid a division by 0.@CheckForSigned long getMax()
CGlobal.ILLEGAL_ULONG if the invocation
count is 0.Copyright © 2014–2017 Philip Helger. All rights reserved.