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..::.ConverterCacheEntries type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConverterCollections..::.ConverterCacheEntries |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies the elements of the | |
| Equals |
Compares the specified object with this collection for
equality.
(Overrides | |
Allows an (Inherited from | ||
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode |
Returns the hash code value for this collection.
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Return a string description for this collection.
(Overrides | |
| WrapEntry |
Wrap an ICacheEntry from the entries collection
to make a ConverterCollections..::.ConverterCacheEntries..::.ConverterEntry.
| |
| WrapEnumerator |
Wrap an |
Fields
| Name | Description | |
|---|---|---|
| m_col |
The underlying collection of ICacheEntry objects.
| |
| m_convKeyDown |
The IConverter used to pass keys down to the entry
collection.
| |
| m_convKeyUp |
The IConverter used to view keys stored in the entry
collection.
| |
| m_convValDown |
The IConverter used to pass values down to the entry
collection.
| |
| m_convValUp |
The IConverter used to view values stored in the entry
collection.
|
Properties
| Name | Description | |
|---|---|---|
| ConverterKeyDown |
The IConverter used to pass keys down to the
underlying entries collection.
| |
| ConverterKeyUp |
The IConverter used to view the underlying
entries' keys through.
| |
| ConverterValueDown |
The IConverter used to pass values down to the
underlying entries collection.
| |
| ConverterValueUp |
The IConverter used to view the underlying
entries' values through.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| Entries |
The underlying collection of ICacheEntry
objects.
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is
synchronized (thread safe).
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the
collection.
|