Click or drag to resize

IEntryAwareComparer Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
IEntryAwareComparator is an extension to the IComparer interface that allows the EntryComparer to know whether the underlying comparer expects to compare the corresponding entries' keys or values.

Namespace:  Tangosol.Util.Comparator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IEntryAwareComparer : IComparer

The IEntryAwareComparer type exposes the following members.

Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from IComparer.)
Public methodIsKeyComparer
Specifies whether this comparer expects to compare keys or values.
Top
See Also