Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util.Aggregator..::.AbstractAggregator
Tangosol.Util.Aggregator..::.AbstractComparableAggregator
Tangosol.Util.Aggregator..::.ComparableMax
E22844-03
Calculates a maximum among values extracted from a set of entries
in a cache.
Namespace:
Tangosol.Util.AggregatorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class ComparableMax : AbstractComparableAggregator |
Remarks
This aggregator is most commonly used with objects that implement
IComparable such as String or DateTime.
An IComparer can also be supplied to perform the comparisons.
Inheritance Hierarchy
Tangosol.Util.Aggregator..::.AbstractAggregator
Tangosol.Util.Aggregator..::.AbstractComparableAggregator
Tangosol.Util.Aggregator..::.ComparableMax