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 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.MinMax<V extends Comparable<V>>static classAggregators.Stddevstatic classAggregators.Sumstatic classAggregators.Variance
-