Uses of Class
org.openjdk.jmc.common.item.Aggregators.QuantityConsumer
-
Packages that use Aggregators.QuantityConsumer Package Description org.openjdk.jmc.common.item This package contains theIItem
data model. -
-
Uses of Aggregators.QuantityConsumer in org.openjdk.jmc.common.item
Subclasses of Aggregators.QuantityConsumer in org.openjdk.jmc.common.item Modifier and Type Class Description static class
Aggregators.AvgConsumer
private static class
Aggregators.SumConsumer
static class
Aggregators.VarianceConsumer
Consumer for calculating stddev and variance in a one pass, numerically stable way.
-