Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

A collection of ICollection implementation classes that use the IConverter interface to convert the items stored in underlying collection objects.

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

Constructors

  NameDescription
ConverterCollections..::.ConverterCache
Constructor.

Methods

  NameDescription
Add
Adds an element with the provided key and value to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Clear
Removes all elements from the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Contains
Determines whether the dictionary contains an element with the specified key.
(Inherited from ConverterCollections..::.ConverterDictionary.)
CopyTo
Copies the elements of the collection to an array, starting at a particular index.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAll
Get the values for all the specified keys, if they are in the cache.
GetEnumerator
Returns an IDictionaryEnumerator object for the dictionary.
(Overrides ConverterCollections..::.ConverterDictionary..::.GetEnumerator()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InsertOverloaded.
InsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
InstantiateCacheEnumerator
Returns an instance of ICacheEnumerator that uses IConverters to view an underlying enumerator.
InstantiateCollection
Create a Converter Collection.
(Inherited from ConverterCollections..::.ConverterDictionary.)
InstantiateDictionary
Create a Converter Dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
InstantiateDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.
(Inherited from ConverterCollections..::.ConverterDictionary.)
InstantiateEntries
Create a Converter Entry collection.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes the element with the specified key from the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ToString
Return a string description for this dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)

Fields

  NameDescription
m_convKeyDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_convKeyUp
The IConverter used to view keys stored in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_convValDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_convValUp
The IConverter used to view values stored in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_dictionary
The underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_entries
The entry collection.

Properties

  NameDescription
Cache
The underlying ICache.
ConverterKeyDown
The IConverter used to pass keys down to the underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ConverterKeyUp
The IConverter used to view the underlying dictionary's keys through.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ConverterValueDown
The IConverter used to pass values down to the underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ConverterValueUp
The IConverter used to view the underlying dictionary's values through.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Count
Gets the number of elements contained in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Dictionary
The underlying IDictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Entries
Gets a collection of ICacheEntry instances within the cache.
IsFixedSize
Gets a value indicating whether the dictionary has a fixed size.
(Inherited from ConverterCollections..::.ConverterDictionary.)
IsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from ConverterCollections..::.ConverterDictionary.)
IsSynchronized
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
(Inherited from ConverterCollections..::.ConverterDictionary.)
Item
Gets or sets the element with the specified key.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Keys
Gets an ICollection containing the keys of the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
SyncRoot
Gets an object that can be used to synchronize access to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Values
Gets an ICollection containing the values in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)

See Also