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

The ConverterCollections..::..ConverterDictionary type exposes the following members.

Constructors

  NameDescription
Public methodConverterCollections..::..ConverterDictionary
Constructor.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the dictionary.
Public methodClear
Removes all elements from the dictionary.
Public methodContains
Determines whether the dictionary contains an element with the specified key.
Public methodCopyTo
Copies the elements of the collection to an array, starting at a particular index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the dictionary.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInstantiateCollection
Create a Converter Collection.
Protected methodInstantiateDictionary
Create a Converter Dictionary.
Protected methodInstantiateDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the element with the specified key from the dictionary.
Public methodToString
Return a string description for this dictionary.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected fieldm_convKeyDown
The IConverter used to pass keys down to the dictionary.
Protected fieldm_convKeyUp
The IConverter used to view keys stored in the dictionary.
Protected fieldm_convValDown
The IConverter used to pass keys down to the dictionary.
Protected fieldm_convValUp
The IConverter used to view values stored in the dictionary.
Protected fieldm_dictionary
The underlying dictionary.

Properties

  NameDescription
Public propertyConverterKeyDown
The IConverter used to pass keys down to the underlying dictionary.
Public propertyConverterKeyUp
The IConverter used to view the underlying dictionary's keys through.
Public propertyConverterValueDown
The IConverter used to pass values down to the underlying dictionary.
Public propertyConverterValueUp
The IConverter used to view the underlying dictionary's values through.
Public propertyCount
Gets the number of elements contained in the dictionary.
Public propertyDictionary
The underlying IDictionary.
Public propertyIsFixedSize
Gets a value indicating whether the dictionary has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection containing the keys of the dictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the dictionary.
Public propertyValues
Gets an ICollection containing the values in the dictionary.

See Also