SafeComparer Constructor (IComparer) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a SafeComparer delegating to the specified (wrapped)
comparer.
Namespace:
Tangosol.Util.Comparator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic SafeComparer(
IComparer comparer
)
Parameters
- comparer
- Type: System.CollectionsIComparer
IComparer object to delegate comparison of non-null values
(optional).
See Also