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

Contains various comparator implementations.

Classes

  ClassDescription
ChainedComparer
Composite comparer implementation based on a collection of comparers.
EntryComparer
IComparer implementation used to compare cache entries.
InverseComparer
Comparator that reverses the result of another comparator.
SafeComparer
Null-safe delegating comparator.

Interfaces

  InterfaceDescription
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.
IQueryCacheComparer
This interface is used by IComparer implementations that can use value extraction optimization exposed by the IQueryCacheEntry.

Enumerations

  EnumerationDescription
ComparisonStyle
Comparison style enum.