Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
A collection of ICollection implementation classes that
use the IConverter interface to convert the items
stored in underlying collection objects.
The ConverterCollections..::.ConverterDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConverterCollections..::.ConverterDictionary |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the
dictionary.
| |
| Clear |
Removes all elements from the dictionary.
| |
| Contains |
Determines whether the dictionary contains an element with
the specified key.
| |
| CopyTo |
Copies the elements of the collection to an array, starting
at a particular index.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| GetEnumerator |
Returns an | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| InstantiateCollection |
Create a Converter Collection.
| |
| InstantiateDictionary |
Create a Converter Dictionary.
| |
| InstantiateDictionaryEnumerator |
Returns an instance of | |
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Removes the element with the specified key from the
dictionary.
| |
| ToString |
Return a string description for this dictionary.
(Overrides |
Fields
| Name | Description | |
|---|---|---|
| m_convKeyDown |
The IConverter used to pass keys down to the dictionary.
| |
| m_convKeyUp |
The IConverter used to view keys stored in the dictionary.
| |
| m_convValDown |
The IConverter used to pass keys down to the dictionary.
| |
| m_convValUp |
The IConverter used to view values stored in the dictionary.
| |
| m_dictionary |
The underlying dictionary.
|
Properties
| Name | Description | |
|---|---|---|
| ConverterKeyDown |
The IConverter used to pass keys down to the
underlying dictionary.
| |
| ConverterKeyUp |
The IConverter used to view the underlying
dictionary's keys through.
| |
| ConverterValueDown |
The IConverter used to pass values down to the
underlying dictionary.
| |
| ConverterValueUp |
The IConverter used to view the underlying
dictionary's values through.
| |
| Count |
Gets the number of elements contained in the dictionary.
| |
| Dictionary |
The underlying | |
| IsFixedSize |
Gets a value indicating whether the dictionary has a fixed
size.
| |
| IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the dictionary is
synchronized (thread safe).
| |
| Item |
Gets or sets the element with the specified key.
| |
| Keys |
Gets an | |
| SyncRoot |
Gets an object that can be used to synchronize access to the
dictionary.
| |
| Values |
Gets an |