Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
public interface IEntryAwareComparer : IComparer

See Also