Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Calculates a minimum among values extracted from a set of entries in a cache.

Namespace: Tangosol.Util.Aggregator
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class ComparableMin : 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

System..::..Object
  Tangosol.Util.Aggregator..::..AbstractAggregator
    Tangosol.Util.Aggregator..::..AbstractComparableAggregator
      Tangosol.Util.Aggregator..::..ComparableMin

See Also