Package org.openjdk.jmc.common.item
package org.openjdk.jmc.common.item
This package contains the
IItem
data model.-
ClassDescriptionAggregators.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.Aggregators.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.Aggregators.AdvancedMinMaxConsumer<V,T extends Comparable<T>> This consumer separates the attribute for which to do the ordering from the attribute to use for accessing the value.Aggregators.AggregatorBase<V,C extends IItemConsumer<C>> Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>> Aggregators.MergingAggregator<V,C extends IItemConsumer<C>> Aggregators.MinMax<V extends Comparable<V>>Aggregators.MinMaxConsumer<V extends Comparable<V>>Consumer for calculating stddev and variance in a one pass, numerically stable way.Attribute<T>A function that suppliesmember accessors
fortypes
.IAccessorKey<T>Key used to get aIMemberAccessor
fromIType.getAccessor(IAccessorKey)
.IAggregator<V,C extends IItemConsumer<C>> Encapsulates the calculation of an aggregate for (potentially) different types of items.IAttribute<V>An attribute is a named and typed kind of (read only) value.An item of information.An immutable collection of items.A mutable container that collects data from multiple items.IItemConsumerFactory<C extends IItemConsumer<C>>A factory that supplies item consumers for different types of items.A filter supplies predicates for different types of items.IMemberAccessor<M,O> Used for accessing (reading) members of a container object.Toolkit class for working with IItemCollection instancesMethods for creating item filters.Toolkit class for working with IItemIterable instancesToolkit methods for performing operations on items.IType<T>A type for objects of class T.Simple provisional persistence implementation for item filter.Provisional way to specify how to match ranged attributes to a filter interval.