Uses of Class
org.openjdk.jmc.common.item.Aggregators.MergingAggregator
-
Packages that use Aggregators.MergingAggregator Package Description org.openjdk.jmc.common.item This package contains theIItemdata model. -
-
Uses of Aggregators.MergingAggregator in org.openjdk.jmc.common.item
Subclasses of Aggregators.MergingAggregator in org.openjdk.jmc.common.item Modifier and Type Class Description static classAggregators.AdvancedMaxAggregator<V,T extends Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static classAggregators.AdvancedMinAggregator<V,T extends Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static classAggregators.Avgstatic classAggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>static classAggregators.MinMax<V extends Comparable<V>>static classAggregators.Stddevstatic classAggregators.Sumstatic classAggregators.Variance
-