Click or drag to resize

Tangosol.Util.Comparator Namespace

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.