Uses of Class
org.openjdk.jmc.common.item.Aggregators.FieldAggregatorBase
-
Packages that use Aggregators.FieldAggregatorBase Package Description org.openjdk.jmc.common.item This package contains theIItemdata model. -
-
Uses of Aggregators.FieldAggregatorBase in org.openjdk.jmc.common.item
Subclasses of Aggregators.FieldAggregatorBase in org.openjdk.jmc.common.item Modifier and Type Class Description static classAggregators.AdvancedMaxAggregator<V,T extends java.lang.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 java.lang.Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.private static classAggregators.AdvancedMinMaxAggregator<V,T extends java.lang.Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.private static classAggregators.AndOrstatic classAggregators.Avgstatic classAggregators.MinMax<V extends java.lang.Comparable<V>>static classAggregators.Stddevstatic classAggregators.Sumstatic classAggregators.Variance
-