Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

Overload List

  NameDescription
Public methodHashDictionary()()()()
Initializes a new instance of the HashDictionary class using the default initial capacity, load factor, hash code provider, and comparer.
Public methodHashDictionary(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.
Public methodHashDictionary(IEqualityComparer)
Initializes a new instance of the HashDictionary class using the default initial capacity and load factor, and the specified IEqualityComparer object.
Public methodHashDictionary(Int32)
Initializes a new instance of the HashDictionary class using the specified initial capacity, and the default load factor, hash code provider, and comparer.
Public methodHashDictionary(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 IEqualityComparer object.
Public methodHashDictionary(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.
Public methodHashDictionary(Int32, IEqualityComparer)
Initializes a new instance of the HashDictionary class using the specified initial capacity and IEqualityComparer, and the default load factor.
Public methodHashDictionary(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.
Protected methodHashDictionary(SerializationInfo, StreamingContext)
Initializes a new instance of the HashDictionary class that is serializable using the specified SerializationInfo and StreamingContext objects.
Public methodHashDictionary(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 IEqualityComparer object.
Public methodHashDictionary(Int32, Single, IEqualityComparer)
Initializes a new instance of the HashDictionary class using the specified initial capacity, load factor, and IEqualityComparer object.

See Also