Interface IEntryAwareComparer
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.
Inherited Members
Namespace: Tangosol.Util.Comparator
Assembly: Coherence.dll
Syntax
public interface IEntryAwareComparer : IComparer
Methods
IsKeyComparer()
Specifies whether this comparer expects to compare keys or values.
Declaration
bool IsKeyComparer()
Returns
Type | Description |
---|---|
bool | true if entry keys are expected; false otherwise. |