Class BigDecimalMin<T>

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

public class BigDecimalMin<T> extends AbstractBigDecimalAggregator<T>
Calculates a minimum of numeric values extracted from a set of entries in a Map in a form of a BigDecimal value. All the extracted objects will be treated as BigDecimal, BigInteger or Java double values. If the set of entries is empty, a null result is returned.
Since:
Coherence 3.2
Author:
gg 2006.07.18
See Also: