Class DoubleMax<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 DoubleMax<T> extends AbstractDoubleAggregator<T>
Calculates a maximum of numeric values extracted from a set of entries in a Map. All the extracted Number objects will be treated as Java double values.
Since:
Coherence 3.1
Author:
gg 2005.09.05
See Also: