EntryComparer Constructor (IComparer, ComparisonStyle) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an EntryComparer to compare entries using the provided
IComparer object according to the specified comparison
style.
Namespace:
Tangosol.Util.Comparator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Remarks
If the style is
ComparisonStyle.Auto then the comparator
type is checked: if the comparer is an instance of the
KeyExtractor,
ComparisonStyle.Key style will
be assumed; otherwise, the
ComparisonStyle.Value style is used.
See Also