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..::.ConverterCacheEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConverterCollections..::.ConverterCacheEntry |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Compares the specified object with this entry for equality.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) | |
Allows an (Inherited from | ||
| GetHashCode |
Returns the hash code value for this cache entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Return a string description for this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) |
Fields
| Name | Description | |
|---|---|---|
| m_convKeyUp |
The IConverter used to view the entry's key.
| |
| m_convValDown |
The IConverter used to store the entry's value.
| |
| m_convValUp |
The IConverter used to view the entry's value.
| |
| m_entry |
The underlying entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) | |
| m_keyUp |
Cached converted key.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) | |
| m_valueUp |
Cached converted value.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) |
Properties
| Name | Description | |
|---|---|---|
| ConverterKeyUp |
The IConverter to view the underlying entry's
key through.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterKeyUp.) | |
| ConverterValueDown |
Return the IConverter used to change value in
the underlying entry.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterValueDown.) | |
| ConverterValueUp |
The IConverter to view the underlying entry's
value through.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterValueUp.) | |
| Entry |
The underlying ICacheEntry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) | |
| Key |
Gets the key corresponding to this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) | |
| Value |
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.) |