Tangosol.Util.Comparator Namespace |
| Class | Description | |
|---|---|---|
| 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.
|
| Interface | Description | |
|---|---|---|
| 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.
|
| Enumeration | Description | |
|---|---|---|
| ComparisonStyle |
Comparison style enum.
|