Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Overload List
| Name | Description | |
|---|---|---|
| SortedDictionary()()() |
Initializes a new instance of the SortedDictionary
class that is empty, has the default initial capacity, and is
sorted according to the | |
| SortedDictionary(IComparer) |
Initializes a new instance of the SortedDictionary
class that is empty, has the default initial capacity, and is
sorted according to the specified
| |
| SortedDictionary(IDictionary) |
Initializes a new instance of the SortedDictionary
class that contains elements copied from the specified dictionary,
has the same initial capacity as the number of elements copied,
and is sorted according to the | |
| SortedDictionary(Int32) |
Initializes a new instance of the SortedDictionary
class that is empty, has the specified initial capacity, and is
sorted according to the | |
| SortedDictionary(IComparer, Int32) |
Initializes a new instance of the SortedDictionary
class that is empty, has the specified initial capacity, and is
sorted according to the specified
| |
| SortedDictionary(IDictionary, IComparer) |
Initializes a new instance of the SortedDictionary
class that contains elements copied from the specified dictionary,
has the same initial capacity as the number of elements copied,
and is sorted according to the specified
| |
| SortedDictionary(SerializationInfo, StreamingContext) |
Initializes a new instance of the SortedDictionary
class that is serializable using the specified
|