public interface SimpleStat
Modifier and Type | Method and Description |
---|---|
default long |
count() |
default long |
getAverage(long defaultValue) |
default long |
getMax(long defaultValue) |
default long |
getMin(long defaultValue) |
default boolean |
isEmpty() |
default void |
record(long value) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.