Show / Hide Table of Contents

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
IComparer.Compare(object, object)
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.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.