SortedHashSet Constructor (IComparer) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a new
SortedHashSet with the specified
IComparer
Namespace:
Tangosol.Util.Collections
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic SortedHashSet(
IComparer comparer
)
Parameters
- comparer
- Type: System.CollectionsIComparer
Specify an IComparer to determine element order
opposed to using the natural ordering of the objects.
See Also