Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Contains various comparator implementations.

Classes

  ClassDescription
Public classChainedComparer
Composite comparer implementation based on a collection of comparers.
Public classEntryComparer
IComparer implementation used to compare cache entries.
Public classInverseComparer
Comparator that reverses the result of another comparator.
Public classSafeComparer
Null-safe delegating comparator.

Interfaces

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

Enumerations

  EnumerationDescription
Public enumerationComparisonStyle
Comparison style enum.