Class LongMax<T>

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

public class LongMax<T> extends AbstractLongAggregator<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 long values.
Since:
Coherence 3.1
Author:
gg 2005.09.05
See Also: