Class ComparableMax<T,R>

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

public class ComparableMax<T,R> extends AbstractComparableAggregator<T,R>
Calculates a maximum among values extracted from a set of entries in a Map. This aggregator is most commonly used with objects that implement Comparable such as String or Date; a Comparator can also be supplied to perform the comparisons.
Since:
Coherence 3.2
Author:
gg 2006.02.13
See Also: