Class DoubleAverage<T>

Type Parameters:
T - the type of the value to extract from
All Implemented Interfaces:
ExternalizableLite, PortableObject, InvocableMap.EntryAggregator<Object,Object,Double>, InvocableMap.StreamingAggregator<Object,Object,Object,Double>, Serializable, Cloneable

public class DoubleAverage<T> extends AbstractDoubleAggregator<T>
Calculates an average for values of any numeric type extracted from a set of entries in a Map. All the extracted Number objects will be treated as Java double values. If the set of entries is empty, a null result is returned.
Since:
Coherence 3.1
Author:
gg 2005.09.05
See Also: