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..::.ConverterCacheEntry type exposes the following members.

Constructors

  NameDescription
ConverterCollections..::.ConverterCacheEntry
Constructor.

Methods

  NameDescription
Equals
Compares the specified object with this entry for equality.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
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.)
GetHashCode
Returns the hash code value for this cache entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Return a string description for this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)

Fields

  NameDescription
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

  NameDescription
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.)

See Also