Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
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 IEqualityComparer
object.
|
![]() | 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 IEqualityComparer
object.
|
![]() | 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
IEqualityComparer, and the
default load factor.
|
![]() | 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
SerializationInfo
and StreamingContext
objects.
|
![]() | 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 IEqualityComparer object.
|
![]() | HashDictionary(Int32, Single, IEqualityComparer) |
Initializes a new instance of the HashDictionary
class using the specified initial capacity, load factor, and
IEqualityComparer object.
|