Namespace Tangosol.Util.Comparator
Classes
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
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.
Enums
ComparisonStyle
Comparison style enum.