Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Overload List
| Name | Description | |
|---|---|---|
| HashDictionary()()() |
Initializes a new instance of the HashDictionary
class using the default initial capacity, load factor, hash code
provider, and comparer.
| |
| HashDictionary(IDictionary) |
Initializes a new instance of the HashDictionary
class by copying the elements from the specified dictionary to
the new HashDictionary object. The new HashDictionary object has an initial capacity equal to
the number of elements copied, and uses the default load factor,
hash code provider, and comparer.
| |
| HashDictionary(IEqualityComparer) |
Initializes a new instance of the HashDictionary
class using the default initial capacity and load factor, and
the specified | |
| HashDictionary(Int32) |
Initializes a new instance of the HashDictionary
class using the specified initial capacity, and the default load
factor, hash code provider, and comparer.
| |
| HashDictionary(IDictionary, IEqualityComparer) |
Initializes a new instance of the HashDictionary
class by copying the elements from the specified dictionary to
the new HashDictionary object. The new HashDictionary object has an initial capacity equal to
the number of elements copied, and uses the default load factor and
the specified | |
| HashDictionary(IDictionary, Single) |
Initializes a new instance of the HashDictionary
class by copying the elements from the specified dictionary to
the new HashDictionary object. The new HashDictionary object has an initial capacity equal to
the number of elements copied, and uses the specified load factor,
and the default hash code provider and comparer.
| |
| HashDictionary(Int32, IEqualityComparer) |
Initializes a new instance of the HashDictionary
class using the specified initial capacity and
| |
| HashDictionary(Int32, Single) |
Initializes a new instance of the HashDictionary
class using the specified initial capacity and load factor,
and the default hash code provider and comparer.
| |
| HashDictionary(SerializationInfo, StreamingContext) |
Initializes a new instance of the HashDictionary
class that is serializable using the specified
| |
| HashDictionary(IDictionary, Single, IEqualityComparer) |
Initializes a new instance of the HashDictionary
class by copying the elements from the specified dictionary to
the new HashDictionary object. The new HashDictionary object has an initial capacity equal to
the number of elements copied, and uses the specified load factor
and | |
| HashDictionary(Int32, Single, IEqualityComparer) |
Initializes a new instance of the HashDictionary
class using the specified initial capacity, load factor, and
|