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