Click or drag to resize

SortedHashSet Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodSortedHashSet
Create a new SortedHashSet.
Public methodSortedHashSet(ICollection)
Create and populate a new SortedHashSet with the given collection of elements.
Public methodSortedHashSet(IComparer)
Create a new SortedHashSet with the specified IComparer
Public methodSortedHashSet(Int32)
Create a new SortedHashSet with the specified initial capacity.
Protected methodSortedHashSet(SerializationInfo, StreamingContext)
Initializes a new instance of the SortedHashSet class using the specified SerializationInfo and StreamingContext.
Top
See Also