JIDE 3.5.15

com.jidesoft.chart.model
Interface Aggregation<U,T>

All Known Subinterfaces:
SimpleAggregation<T>

public interface Aggregation<U,T>

An interface that collects together multiple items and presents one item to represent the multiple values. An example is the mean average of (some property of) a population. You can also use the same interface to provide median and mode averages, or to sum values or generate prototypical object instances.


Method Summary
 T aggregate(List<U> items)
           
 

Method Detail

aggregate

T aggregate(List<U> items)

JIDE 3.5.15